Skip to content

Commit 6433b02

Browse files
authored
Increase the precision of comparison (#346)
1 parent 3a18f1b commit 6433b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_benchmarks.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,11 +498,11 @@ def run_benchmarks(ruby:, ruby_description:, categories:, name_filters:, out_pat
498498
end
499499
other_names.each do |name|
500500
table[0] += ["#{name} 1st itr"]
501-
format += ["%.2f"]
501+
format += ["%.3f"]
502502
end
503503
other_names.each do |name|
504504
table[0] += ["#{base_name}/#{name}"]
505-
format += ["%.2f"]
505+
format += ["%.3f"]
506506
end
507507

508508
# Format the results table

0 commit comments

Comments
 (0)