Skip to content

Commit

Permalink
fix benchmark rows
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincabbage committed Sep 29, 2019
1 parent 302a753 commit e47ae61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chiv_benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func BenchmarkArchiver_Archive(b *testing.B) {
benchmarks = []int{1, 10, 100, 1_000, 5_000, 10_000, 1_000_000}
ctx = context.Background()
rows = &benchmarkRows{
columnTypes: make([]chiv.Column, 10),
columnTypes: make([]*sql.ColumnType, 10),
column: sql.RawBytes("column_value"),
}
uploader = &uploader{}
Expand Down

0 comments on commit e47ae61

Please sign in to comment.