daiku

Benchmark created by black on


Preparation HTML

<script>
function fn1(json) {
for (var i=0; i<1000000; i++) {
eval( json );
}
}

var resultText = "function(){1+1+1+1;};";
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
1
fn1(resultText);
ready
2
var tmp = fn1( resultText );
tmp();
ready

Revisions

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

  • Revision 1: published by black on