test (v9)

Revision 9 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
test
var a = [1,2,3,4,5,6,7,8,9,11];
return a[4]+a[4];
ready
test
var a = [1,2,3,4,5,6,7,8,9,11];
var b = a[4];
return b+b;
ready

Revisions

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