alpha-vs-nay
JavaScript performance comparison
Preparation code
<canvas id="canvas1" width="400" height="400" style="border:1px solid black;"></canvas>
<script>
var can = document.getElementById('canvas1');
var ctx = can.getContext('2d');
</script>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
no alpha |
|
pending… |
alpha |
|
pending… |
path no alpha |
|
pending… |
path alpha |
|
pending… |
You can edit these tests or add even more tests to this page by appending /edit to the URL.
0 comments