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:
5 months ago
Test name
Executions per second
Noop
478060896.0 Ops/sec
New arrow function
162772720.0 Ops/sec
Script Preparation code:
window.noop = () => {};
Tests:
Noop
noop();
New arrow function
(() => {})();