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
callback
67.2M/s
async
3.5M/s
View exact numbers
Test name
Executions per second
✓
callback
67,154,560 Ops/sec
async
3,463,361 Ops/sec
Tests:
async
(async() => { await true; })();
callback
((next) => {next()})(() => {});