go test -run=TestHelloworld
go test -bench=BenchmarkHelloworld
go test -timeout 30s cmap -run ^(TestMap)$
test -benchmem -run=^$ cmap -bench ^(BenchmarkMapGet)$
golang如何使用go test?
阅读 66
2022-11-22
go test -run=TestHelloworld
go test -bench=BenchmarkHelloworld
go test -timeout 30s cmap -run ^(TestMap)$
test -benchmem -run=^$ cmap -bench ^(BenchmarkMapGet)$
相关推荐
精彩评论(0)