Script Preparation code:
Tests:
  • int*int

  • int**2

  • Math.pow(int,2)

  • float*float

  • float**2

  • Math.pow(float, 2)

  • int*int*int*int*int

  • int**5

  • Math.pow(int,5)

  • float*float*float*float*float

  • float**5

  • Math.pow(float,5)

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    int*int
    int**2
    Math.pow(int,2)
    float*float
    float**2
    Math.pow(float, 2)
    int*int*int*int*int
    int**5
    Math.pow(int,5)
    float*float*float*float*float
    float**5
    Math.pow(float,5)

    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!