Skip to content

Commit

Permalink
Merge branch 'master' into tests-add-b.ReportAllocs-in-all-benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Treglia authored Jan 28, 2021
2 parents ee2085e + 580e968 commit c64b6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/coin_benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func coinName(suffix int) string {
return fmt.Sprintf("COINZ_%d", suffix)
return fmt.Sprintf("coinz%d", suffix)
}

func BenchmarkCoinsAdditionIntersect(b *testing.B) {
Expand Down

0 comments on commit c64b6af

Please sign in to comment.