static arithmetic

Benchmark created by Frizi on


Description

static arithmetic

Preparation HTML

<script>
  var a = 5;
  var b;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
assign arithmetic
b = a + 5*5;
b = a + 6/2;
b = a + 7+1;
ready
assign plain
b = a + 25;
b = a + 3;
b = a + 8;
ready

Revisions

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