summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/bmx_temp.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/benchmark/bmx_temp.rb b/benchmark/bmx_temp.rb
deleted file mode 100644
index dd43426688..0000000000
--- a/benchmark/bmx_temp.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-i = 0
-while i<800000 # benchmark loop 2
- i += 1
- a = 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9
-end