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