string concat

Benchmark created on


Setup

const class1 = 'someClassName'

Test runner

Ready to run.

Testing in
TestOps/sec
template
const x = `${class1} ${class1} ${class1} ${class1}`
ready
loin
const y = [class1,class1,class1,class1].join(' ')
ready

Revisions

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