JavaScript Benchmark Tool
Test and compare the performance of JavaScript code snippets.
Global Variables
const data = [...Array(1000).keys()]
Test Cases
Add Test
Clear tests
1
data.find(x => x == 100)
1
data.find(x => x == 100)
2
data.find(x => x == 200)
Benchmark code
Performance Chart
0
1
2
100%
100%
60%