one two

Benchmark created by ayaz hafiz on


Setup

var x;

Test runner

Ready to run.

Testing in
TestOps/sec
x*x
x * x;
ready
Math.pow
Math.pow(x, 2);
ready
**
x ** 2;
ready
math.3
Math.pow(x, 3);
ready

Revisions

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

  • Revision 1: published by ayaz hafiz on