modulus or toFixed

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
modulus
var a = (10123214235234 % 1);
ready
toFixed
var a = 10123214235234.toFixed(0);
ready

Revisions

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