|0 vs ~~ (v9)

Revision 9 of this benchmark created on


Setup

var pi = 3.14;

Test runner

Ready to run.

Testing in
TestOps/sec
| 0
var final = pi | 0;
ready
~~
var final = ~~pi;
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.