prout

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
concat
''.concat(10,20,30)
ready
join
[10,20,30].join('')
ready
backtip
[10,20,30].reduce((acc, val) => `${acc}${val}`, '')

ready

Revisions

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