Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bin/benchmark
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,13 @@ class GCSuite
run_gc
end

def warmup_stats(*); end
def warmup_stats(*)
GC.enable
end

def add_report(*); end
def add_report(*)
GC.enable
end

private

Expand Down
Loading