diff --git a/run_benchmarks.rb b/run_benchmarks.rb index 6bc748cb..a4eafbdc 100755 --- a/run_benchmarks.rb +++ b/run_benchmarks.rb @@ -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