summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm2_eval.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm2_eval.rb')
-rw-r--r--benchmark/bm_vm2_eval.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/benchmark/bm_vm2_eval.rb b/benchmark/bm_vm2_eval.rb
index 9ab781edd4..375dccc00e 100644
--- a/benchmark/bm_vm2_eval.rb
+++ b/benchmark/bm_vm2_eval.rb
@@ -1,6 +1,6 @@
-i=0
-while i<6000000 # benchmark loop 2
- i+=1
- eval("1")
-end
-
+i=0
+while i<6000000 # benchmark loop 2
+ i+=1
+ eval("1")
+end
+