summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--benchmark/bmx_temp.rb5
2 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d52866098..9d3433a063 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 19 10:22:26 2012 Koichi Sasada <ko1@atdot.net>
+
+ * benchmark/bmx_temp.rb: removed.
+ This file should not be in repository.
+
Fri Oct 19 10:20:10 2012 Koichi Sasada <ko1@atdot.net>
* benchmark/driver.rb: add new option `--ruby-arg [ARG]'
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