Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
promise vs callback
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Android 10; Mobile; rv:125.0) Gecko/125.0 Firefox/125.0
Browser:
Firefox Mobile 125
Operating system:
Android
Device Platform:
Mobile
Date tested:
2 years ago
Test name
Executions per second
async
151760.0 Ops/sec
callback
431236640.0 Ops/sec
Tests:
async
(async() => { await true; })();
callback
((next) => {next()})(() => {});