From 1e79ccb9b0be7ebe83ba1d70c86e092b3336648d Mon Sep 17 00:00:00 2001 From: songgl Date: Thu, 31 Aug 2017 10:05:18 +0800 Subject: [PATCH] format --- zh/11.3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh/11.3.md b/zh/11.3.md index 2bdd8ee0..5b154ea5 100644 --- a/zh/11.3.md +++ b/zh/11.3.md @@ -156,7 +156,7 @@ func Benchmark_TimeConsumingFunction(b *testing.B) { 我们执行命令`go test webbench_test.go -test.bench=".*"`,可以看到如下结果: ``` Benchmark_Division-4 500000000 7.76 ns/op 456 B/op 14 allocs/op -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 PASS ok gotest 9.364s ``` @@ -170,4 +170,4 @@ ok gotest 9.364s ## links * [目录]() * 上一节: [使用GDB调试](<11.2.md>) - * 下一节: [小结](<11.4.md>) \ No newline at end of file + * 下一节: [小结](<11.4.md>)