Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Chrome 108
Windows
Desktop
2 years ago
Test name Executions per second
string_append 1375335552.0 Ops/sec
string_concat 1358938240.0 Ops/sec
Tests:
  • string_append

    AخA
     
    const a = 'hello',
          b = 'world',
          c = a + b;
  • string_concat

     
    const a = 'hello',
          b = 'world',
          c = a.concat(b);