Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
Feature Requests
FAQ
Register
Log In
Run results for:
javascriptTest2403191
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36
Browser:
Chrome Mobile 122
Operating system:
Android
Device Platform:
Mobile
Date tested:
2 years ago
Benchmark engine:
Benchmark.js
native
11.4M/s
lodash
1.8M/s
View exact numbers
Test name
Executions per second
✓
native
11,362,774 Ops/sec
lodash
1,834,273 Ops/sec
Tests:
native
const numbers = [10, 40, 230, 15, 18, 51, 1221] //native numbers.filter(num => num % 3 === 0)
lodash
const numbers = [10, 40, 230, 15, 18, 51, 1221] // lodash _.filter(numbers, num => num % 3 === 0)