evalspeed

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
float
x=0;
for (i=0;i<1000000;i++) x+=0.5;
ready
eval
x=0;
for (i=0;i<1000000;i++) x+=eval("0.5");
ready

Revisions

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