aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/complex_float_mul.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/complex_float_mul.yml')
-rw-r--r--benchmark/complex_float_mul.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/benchmark/complex_float_mul.yml b/benchmark/complex_float_mul.yml
new file mode 100644
index 0000000000..59b096a6dc
--- /dev/null
+++ b/benchmark/complex_float_mul.yml
@@ -0,0 +1,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_mul: c = a * b
+loop_count: 1000000