aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_vm1_float_simple.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm1_float_simple.rb')
-rw-r--r--benchmark/bm_vm1_float_simple.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/bm_vm1_float_simple.rb b/benchmark/bm_vm1_float_simple.rb
index 46e3f2aaed..d4581439ff 100644
--- a/benchmark/bm_vm1_float_simple.rb
+++ b/benchmark/bm_vm1_float_simple.rb
@@ -1,6 +1,6 @@
-i= 0.0; f = 0.0
+i = 0.0; f = 0.0
while i<30_000_000
- i+= 1
+ i += 1
f += 0.1; f -= 0.1
f += 0.1; f -= 0.1
f += 0.1; f -= 0.1