Fix benchmark name.
This commit is contained in:
parent
fb1b643ca8
commit
063b5e9764
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ func BenchmarkTestifyRequireEqual(b *testing.B) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func BenchmarkRequireBytesEqual(b *testing.B) {
|
func BenchmarkRequireStringsEqual(b *testing.B) {
|
||||||
s1 := strings.Repeat("abacaba", 1024)
|
s1 := strings.Repeat("abacaba", 1024)
|
||||||
s2 := strings.Repeat("abacaba", 1024)
|
s2 := strings.Repeat("abacaba", 1024)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue