summaryrefslogtreecommitdiff
path: root/benchmark/complex_float_div.yml
blob: b9f5e1d51c2818eab8d8fa8382540439f460e505 (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_div: c = a / b
loop_count: 1000000