Template LIteral vs Single Quote String Literal

Benchmark created on


Preparation HTML

		

Test runner

Ready to run.

Testing in
TestOps/sec
Template Literal
const s = `hello, world`;
ready
Single Quote String Literal
const s = 'hello, world';
ready

Revisions

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