summaryrefslogtreecommitdiff
path: root/benchmark/hash_flatten.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/hash_flatten.yml')
-rw-r--r--benchmark/hash_flatten.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/benchmark/hash_flatten.yml b/benchmark/hash_flatten.yml
deleted file mode 100644
index 0412388417..0000000000
--- a/benchmark/hash_flatten.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-benchmark:
- hash_flatten: |
- h = {}
-
- 10000.times do |i|
- h[i] = nil
- end
-
- 1000.times do
- h.flatten
- end
-loop_count: 1