summaryrefslogtreecommitdiff
path: root/benchmark/complex_float_power.yml
blob: c40a31ab55a246dc87eb9ab6286f6be7e37147b7 (plain)
1
2
3
4
5
6
7
prelude: |
  max, min = 1000.0, -1000.0
  a = Complex(rand(max)+min, rand(max)+min)
  b = Complex(rand(max)+min, rand(max)+min)
benchmark:
  complex_float_power: c = a ** b
loop_count: 1000000