summating 1..n

Benchmark created on


Preparation HTML

<script>
  var a=12,
  b=255,
  c=2e5+456;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
n*n+n
a*a+a

b*b+b

c*c+c
ready
n*(n+1)
a*(a+1)

b*(b+1)

c*(c+1)
ready

Revisions

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