Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
Fix wrong field key in benchmark Fields10 dataset.
  • Loading branch information
romshark committed Feb 5, 2020
1 parent 3207980 commit 1bd022b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func NewFields10() *Fields10 {
Name9: "field_9_multipleIntegers", Value9: []int{
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
},
Name10: "field_9_multipleIntegers", Value10: []float64{
Name10: "field_10_multipleFloat64s", Value10: []float64{
11.5, 24.9, 99.99, 50.5001, 1000.11,
},
}
Expand Down

0 comments on commit 1bd022b

Please sign in to comment.