Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68272a commit 73ec071Copy full SHA for 73ec071
src/tests/README
@@ -3,11 +3,11 @@ Run:
3
$ go test -bench=".*"
4
Result:
5
PASS
6
- #Benchmark function name CPU loop times each loop's time
7
- Benchmark_UserAddServeParallel-4 200000 7011 ns/op
8
- Benchmark_TestUserAddServe-4 1000000 3906 ns/op
9
- # run dir total run time
10
- ok test 22.624s
+ #Benchmark function name CPU loop times each loop's time
+ Benchmark_UserAddServeParallel-4 50000 32484 ns/op
+ Benchmark_TestUserAddServe-4 50000 39025 ns/op
+ # run dir total run time
+ ok test 4.416s
11
12
2.Usual Test
13
Run:
0 commit comments