# File lib/railsbench/perf_utils.rb, line 89 def unset_gc_variables %w(RUBY_HEAP_MIN_SLOTS RUBY_GC_MALLOC_LIMIT RUBY_HEAP_FREE_MIN).each{|v| ENV.delete v} end