summaryrefslogtreecommitdiff
path: root/benchmark/hash_small8.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/hash_small8.rb')
-rw-r--r--benchmark/hash_small8.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/hash_small8.rb b/benchmark/hash_small8.rb
new file mode 100644
index 0000000000..9cffcc91b6
--- /dev/null
+++ b/benchmark/hash_small8.rb
@@ -0,0 +1 @@
+1000000.times.map{|i| a={}; 8.times{|j| a[j]=j}; a}