Console Test

Benchmark created on


Setup

function emptyFn() { return; }
let s = '';
function concat(x) { s += x; }

Test runner

Ready to run.

Testing in
TestOps/sec
Empty Function
emptyFn('testing123')
ready
Log
console.log('testing123')
ready
Concat
concat('testing123')
ready

Revisions

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