aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_vm2_poly_method_ov.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm2_poly_method_ov.rb')
-rw-r--r--benchmark/bm_vm2_poly_method_ov.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm2_poly_method_ov.rb b/benchmark/bm_vm2_poly_method_ov.rb
index 856ba9b161..bf09837dd7 100644
--- a/benchmark/bm_vm2_poly_method_ov.rb
+++ b/benchmark/bm_vm2_poly_method_ov.rb
@@ -13,7 +13,7 @@ o1 = C1.new
o2 = C2.new
i=0
-while i<6000000 # benchmark loop 2
+while i<6_000_000 # benchmark loop 2
o = (i % 2 == 0) ? o1 : o2
# o.m; o.m; o.m; o.m; o.m; o.m; o.m; o.m
i+=1