qweqweqw
JavaScript performance comparison
Preparation code
<script>
Benchmark.prototype.setup = function() {
var a={
asd:[1,2,3,4],
a:function(){
this.asd[0]++
},
b:function(){},
c:function(){},
e:function(){},
f:function(){},
d:function(){}
}
var b={
asd:[1,2,3,4],
b:function(){},
c:function(){},
e:function(){},
f:function(){},
d:function(){}
}
function test(a){
a++
}
};
</script>
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
2 |
|
pending… |
2 |
|
pending… |
You can edit these tests or add even more tests to this page by appending /edit to the URL.
0 comments