Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
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
Test name
Executions per second
native
11362774.0 Ops/sec
lodash
1834273.1 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)