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, 0 insertions, 11 deletions
diff --git a/benchmark/app_raise.yml b/benchmark/app_raise.yml
deleted file mode 100644
index 3b7826c34f..0000000000
--- a/benchmark/app_raise.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-benchmark:
- app_raise: |
- i = 0
- while i<300000
- i += 1
- begin
- raise
- rescue
- end
- end
-loop_count: 1