We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625a704 commit 1e79ccbCopy full SHA for 1e79ccb
zh/11.3.md
@@ -156,7 +156,7 @@ func Benchmark_TimeConsumingFunction(b *testing.B) {
156
我们执行命令`go test webbench_test.go -test.bench=".*"`,可以看到如下结果:
157
```
158
Benchmark_Division-4 500000000 7.76 ns/op 456 B/op 14 allocs/op
159
-Benchmark_TimeConsumingFunction-4 500000000 7.80 ns/op 224 B/op 4 allocs/op
+Benchmark_TimeConsumingFunction-4 500000000 7.80 ns/op 224 B/op 4 allocs/op
160
PASS
161
ok gotest 9.364s
162
@@ -170,4 +170,4 @@ ok gotest 9.364s
170
## links
171
* [目录](<preface.md>)
172
* 上一节: [使用GDB调试](<11.2.md>)
173
- * 下一节: [小结](<11.4.md>)
+ * 下一节: [小结](<11.4.md>)
0 commit comments