double-triple (v191)

Revision 191 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
concat
var res = '9',

count = 10000;
while (count--) {
 if(res=='9'){
	continue;
}
}
ready
join
var res = '9',

count = 10000;
while (count--) {
 if(res==='9'){
	continue;
}
}
ready

Revisions

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