mirror of
https://github.com/golang/go
synced 2024-11-23 10:20:03 -07:00
update bench name
This commit is contained in:
parent
aa7e373255
commit
3d22f076b7
@ -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++ {
|
||||
|
Loading…
Reference in New Issue
Block a user