aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/gc
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/gc')
-rw-r--r--benchmark/gc/gcbench.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/gc/gcbench.rb b/benchmark/gc/gcbench.rb
index dc1c5e2ded..aa92f0827d 100644
--- a/benchmark/gc/gcbench.rb
+++ b/benchmark/gc/gcbench.rb
@@ -12,6 +12,7 @@ GC::Profiler.enable
tms = Benchmark.measure{|x|
load script
}
+GC::Profiler.disable
GC::Profiler.report
pp GC.stat