summaryrefslogtreecommitdiff
path: root/benchmark/bighash.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bighash.yml')
-rw-r--r--benchmark/bighash.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmark/bighash.yml b/benchmark/bighash.yml
new file mode 100644
index 0000000000..65d74049e7
--- /dev/null
+++ b/benchmark/bighash.yml
@@ -0,0 +1,4 @@
+benchmark:
+ bighash: |
+ h = {}; 5000000.times {|n| h[n] = n }
+loop_count: 1