Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73ec071

Browse files
committed
update test-README
1 parent d68272a commit 73ec071

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/tests/README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Run:
33
$ go test -bench=".*"
44
Result:
55
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
6+
#Benchmark function name CPU loop times each loop's time
7+
Benchmark_UserAddServeParallel-4 50000 32484 ns/op
8+
Benchmark_TestUserAddServe-4 50000 39025 ns/op
9+
# run dir total run time
10+
ok test 4.416s
1111

1212
2.Usual Test
1313
Run:

0 commit comments

Comments
 (0)