Skip to content

Commit 0d1d770

Browse files
committed
Allow showing version information
even if records are duplicated by a wrong operation
1 parent f61b1e2 commit 0d1d770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/services/chart_builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def build_columns
4242
if block_given?
4343
version = yield(benchmark_run)
4444
@categories ||= []
45-
@categories << version if version != @categories.last
45+
@categories << version
4646
end
4747

4848
keys.each do |key|

0 commit comments

Comments
 (0)