string vs string interpolation

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
string
const a = "This is a test string with a single quote ' here";
ready
string literal
const a = `This is a test string with a single quote ' here`;
ready

Revisions

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