aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/app_raise.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/app_raise.yml')
-rw-r--r--benchmark/app_raise.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmark/app_raise.yml b/benchmark/app_raise.yml
new file mode 100644
index 0000000000..3b7826c34f
--- /dev/null
+++ b/benchmark/app_raise.yml
@@ -0,0 +1,11 @@
+benchmark:
+ app_raise: |
+ i = 0
+ while i<300000
+ i += 1
+ begin
+ raise
+ rescue
+ end
+ end
+loop_count: 1