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