summaryrefslogtreecommitdiff
path: root/benchmark/mjit_struct_aref.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/mjit_struct_aref.yml')
-rw-r--r--benchmark/mjit_struct_aref.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/benchmark/mjit_struct_aref.yml b/benchmark/mjit_struct_aref.yml
deleted file mode 100644
index bfba1323f2..0000000000
--- a/benchmark/mjit_struct_aref.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-type: lib/benchmark_driver/runner/mjit
-prelude: |
- def mjit_struct_aref(struct)
- struct.aa
- end
- struct = Struct.new(:a0, :a1, :a2, :a3, :a4, :a5, :a6, :a7, :a8, :a9, :aa).new
-
-benchmark: mjit_struct_aref(struct)
-
-loop_count: 40000000