package
0.0.0-20231208061952-f10d33120ced
Repository: https://github.com/liguoqinjim/go-labs.git
Documentation: pkg.go.dev
# README
简单压力测试
运行结果
go test -bench=.
不加-bench的时候不会运行BenchmarkXXX的方法。
函数名后面跟的-8
表示cpu的数量,200000000
表示循环次数,1.08 ns/op
表示平均每次执行时间
参考资料
# Functions
No description provided by the author