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:
donkey/4.5.1210542
Browser:
Other
Operating system:
Other
Device Platform:
Desktop
Date tested:
2 years ago
Test name
Executions per second
async
3463360.8 Ops/sec
callback
67154560.0 Ops/sec
Tests:
async
(async() => { await true; })();
callback
((next) => {next()})(() => {});