Template LIteral vs Single Quote String Literal (v2)

Revision 2 of this 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
Double 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.