1
0
mirror of https://github.com/golang/go synced 2024-11-23 10:20:03 -07:00

update bench name

This commit is contained in:
Mateusz Poliwczak 2023-01-31 09:55:02 +01:00
parent aa7e373255
commit 3d22f076b7

View File

@ -116,7 +116,7 @@ func BenchmarkParseIP(b *testing.B) {
}
}
func BenchmarkParseValidIPv4(b *testing.B) {
func BenchmarkParseIPValidIPv4(b *testing.B) {
testHookUninstaller.Do(uninstallTestHooks)
for i := 0; i < b.N; i++ {
@ -124,7 +124,7 @@ func BenchmarkParseValidIPv4(b *testing.B) {
}
}
func BenchmarkParseValidIPv6(b *testing.B) {
func BenchmarkParseIPValidIPv6(b *testing.B) {
testHookUninstaller.Do(uninstallTestHooks)
for i := 0; i < b.N; i++ {