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
4 changes: 2 additions & 2 deletions run_benchmarks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -498,11 +498,11 @@ def run_benchmarks(ruby:, ruby_description:, categories:, name_filters:, out_pat
end
other_names.each do |name|
table[0] += ["#{name} 1st itr"]
format += ["%.2f"]
format += ["%.3f"]
end
other_names.each do |name|
table[0] += ["#{base_name}/#{name}"]
format += ["%.2f"]
format += ["%.3f"]
end

# Format the results table
Expand Down
Loading