gameorderscompression2
JavaScript performance comparison
Preparation code
<div id="test1">T1 : </div>
<br><br>
<div id="test2">T2 : </div>
<br><br>
<script>
Benchmark.prototype.setup = function() {
var tickId = 999;
var orders = "3ff";
};
</script>
Preparation code output
T1 :
T2 :
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
Classic JSONize |
|
pending… |
Manual assembly |
|
pending… |
You can edit these tests or add even more tests to this page by appending /edit to the URL.
0 comments