Skip to content

Commit e0d3331

Browse files
committed
benchmark: fix wrong color data
1 parent 454b7d4 commit e0d3331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/load-dump.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class AdbcLog < ActiveRecord::Base
175175
{
176176
kind: "barplot",
177177
title: data[:title],
178-
c: n_results.times.collect {|j| j + 2},
178+
c: data[:results].size.times.collect {|j| j + 2},
179179
x_label: "Approach",
180180
y: data[:results].collect(&:real),
181181
y_label: "Elapsed time (s)",

0 commit comments

Comments
 (0)