summaryrefslogtreecommitdiff
path: root/benchmark/int_quo.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/int_quo.yml')
-rw-r--r--benchmark/int_quo.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmark/int_quo.yml b/benchmark/int_quo.yml
new file mode 100644
index 0000000000..1527de3dfc
--- /dev/null
+++ b/benchmark/int_quo.yml
@@ -0,0 +1,4 @@
+benchmark:
+ int_quo: |
+ 5000000.times { 42.quo(3) }
+loop_count: 1