summaryrefslogtreecommitdiff
path: root/benchmark/vm2_case.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm2_case.yml')
-rw-r--r--benchmark/vm2_case.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/benchmark/vm2_case.yml b/benchmark/vm2_case.yml
deleted file mode 100644
index 7716783c09..0000000000
--- a/benchmark/vm2_case.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-benchmark:
- vm2_case: |
- case :foo
- when :bar
- raise
- when :baz
- raise
- when :boo
- raise
- when :foo
- # noop
- end
-loop_count: 6000000