Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
Feature Requests
FAQ
Register
Log In
Run results for:
JS test gareko hai 4
asdasd
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Browser:
Firefox 122
Operating system:
Windows
Device Platform:
Desktop
Date tested:
2 years ago
Benchmark engine:
Benchmark.js
OR
531.4M/s
Array.includes
26.8M/s
View exact numbers
Test name
Executions per second
✓
OR
531,426,080 Ops/sec
Array.includes
26,828,342 Ops/sec
Script Preparation code:
var array = ['a', 'b', 'c', 'd', 'e', 'f']; var value = 'f';
Tests:
Array.includes
array.includes(value)
OR
'a' === value || 'b' === value || 'c' === value || 'd' === value || 'e' === value || 'f' === value;