Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Noop vs new arrow function call
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1
Browser:
Mobile Safari 18
Operating system:
iOS 18.6
Device Platform:
Mobile
Date tested:
8 months ago
Noop
478.1M/s
New arrow function
162.8M/s
View exact numbers
Test name
Executions per second
✓
Noop
478,060,896 Ops/sec
New arrow function
162,772,720 Ops/sec
Script Preparation code:
window.noop = () => {};
Tests:
Noop
noop();
New arrow function
(() => {})();