Skip to content

Commit 1e79ccb

Browse files
authored
format
1 parent 625a704 commit 1e79ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zh/11.3.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func Benchmark_TimeConsumingFunction(b *testing.B) {
156156
我们执行命令`go test webbench_test.go -test.bench=".*"`,可以看到如下结果:
157157
```
158158
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
159+
Benchmark_TimeConsumingFunction-4 500000000 7.80 ns/op 224 B/op 4 allocs/op
160160
PASS
161161
ok gotest 9.364s
162162
```
@@ -170,4 +170,4 @@ ok gotest 9.364s
170170
## links
171171
* [目录](<preface.md>)
172172
* 上一节: [使用GDB调试](<11.2.md>)
173-
* 下一节: [小结](<11.4.md>)
173+
* 下一节: [小结](<11.4.md>)

0 commit comments

Comments
 (0)