single quote vs double quote (v2)

Revision 2 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
single quote
var a = ['a','b','c','d','e','f','g','h','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'].join('');
ready
double quote
var a = ["a","b","c","d","e","f","g","h","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"].join("");
ready

Revisions

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