Loop Counter
JavaScript performance comparison
Info
check += against +
Preparation code
<script>
var l_count = 0;
var l_count2 = 0;
var l_count3 = 0;
</script>
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
+= code example |
|
pending… |
+ code example |
|
pending… |
++ code example |
|
pending… |
Compare results of other browsers
Revisions
You can edit these tests or add even more tests to this page by appending /edit to the URL. Here’s a list of current revisions for this page:
- Revision 1: published by Alistair
- Revision 2: published
- Revision 3: published
- Revision 4: published
- Revision 5: published by wildcard
- Revision 6: published by wildcard
- Revision 7: published by Alistair
- Revision 11: published by Ben Blank
- Revision 12: published
- Revision 13: published
0 comments