summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm1_gc_wb_ary_promoted.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm1_gc_wb_ary_promoted.rb')
-rw-r--r--benchmark/bm_vm1_gc_wb_ary_promoted.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm1_gc_wb_ary_promoted.rb b/benchmark/bm_vm1_gc_wb_ary_promoted.rb
index 612ec9f888..3c8279c956 100644
--- a/benchmark/bm_vm1_gc_wb_ary_promoted.rb
+++ b/benchmark/bm_vm1_gc_wb_ary_promoted.rb
@@ -1,7 +1,7 @@
long_lived = []
if RUBY_VERSION > "2.2.0"
- 3.times{ GC.start(immediate_mark: false, lazy_sweep: false) }
+ 3.times{ GC.start(full_mark: false, immediate_mark: true, lazy_sweep: false) }
elsif
GC.start
end