Math.abs

Benchmark created on


Setup

const func1 = async () => 'async'
const func2 = () => 'sync'

Test runner

Ready to run.

Testing in
TestOps/sec
fake async
func1().then((r) => r )

ready
sync
func2()
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.