double vs single (v2)

Revision 2 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
single
for (var i = 0; i < 100; i++) {
  txt = 'Lorem "ipsum" te vim scripta pertinax';
}
ready
double
for (var i = 0; i < 100; i++) {
  txt = "Lorem 'ipsum' te vim scripta pertinax";
}
ready

Revisions

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