string concat

Benchmark created on


Description

fast AF

Setup

const stringA = 'ciao';
const stringB = 'bella';

Test runner

Ready to run.

Testing in
TestOps/sec
string interpolation
const result = `${ stringA } ${ stringB }`;
ready
string sum
const result = stringA + ' ' + stringB;
ready

Revisions

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