Int and float

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
int
let t=0;
for(let i=0;i<1e6;i++) t+=1;
ready
float
let t=0;
for(let i=0;i<1e6;i++) t+=1.1;
ready

Revisions

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