summaryrefslogtreecommitdiff
path: root/benchmark/vm2_struct_small_href.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm2_struct_small_href.yml')
-rw-r--r--benchmark/vm2_struct_small_href.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/benchmark/vm2_struct_small_href.yml b/benchmark/vm2_struct_small_href.yml
deleted file mode 100644
index b744f070d1..0000000000
--- a/benchmark/vm2_struct_small_href.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-prelude: |
- s = Struct.new(:a, :b, :c)
- x = s.new
-benchmark:
- vm2_struct_small_href: |
- x[:a]
-loop_count: 6000000