Script Preparation code:
Tests:
  • x * x

  • Math.pow(x, 2)

  • x ** 2

  • y * y

  • Math.pow(y, 2)

  • y ** 2

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    x * x
    Math.pow(x, 2)
    x ** 2
    y * y
    Math.pow(y, 2)
    y ** 2

    Fastest: N/A

    Slowest: N/A

Latest run results:

No previous run results

This benchmark does not have any results yet. Be the first one to run it!