benchmark测试

和测试文件一样.

  1. 命令依然是xxx_test.go
  2. package main也可以有自己的test
  3. 测试的函数名以Benchmark开头. 传入的参数是b *testing.B 测试内容主要是计时??
    b.StopTimer(); b.StartTimer(); …. ; b.StopTimer()
    在实际使用中(所参考的例子)命名可以为
    Benchmark_Publish_Basic Benchmark_Publish_GoClient

测试
go test ./… -v -bench=Benchmark_Publish -benchmem

./… 当前目录以及以下的全部子目录
-bench=Benchmark_Publish 以这个名字开头的测试函数??

go test -h

-benchmem
print memory allocation statistics for benchmarks.

-bench regexp
Run only those benchmarks matching a regular expression. By default, no benchmarks are run. To run all benchmarks, use ‘-bench .’ or ‘-bench=.’.

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值