Rounding test
JavaScript performance comparison
Info
Just a rounding speed test
Preparation code
<script>
var somenum = -500 + (Math.random() * 1000);
var rounded = null;
</script>
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
(0.5 + somenum) << 0; |
|
pending… |
(somenum + 0.5) << 0; |
|
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 Oliver Caldwell
- Revision 2: published by Oliver Caldwell
- Revision 3: published and last updated
- Revision 4: published by Disturbed
- Revision 6: published
0 comments