File: 026-testbenchmultiple.txt

package info (click to toggle)
golang-github-jstemmer-go-junit-report 2.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 696 kB
  • sloc: xml: 975; makefile: 24
file content (12 lines) | stat: -rw-r--r-- 506 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
pkg: mycode/common
BenchmarkParse-8                   	 1000000	      1591 ns/op
BenchmarkNewTask-8                 	 3000000	       391 ns/op
PASS
ok  	mycode/common	7.267s
pkg: mycode/benchmarks/channels
BenchmarkFanout/Channel/10-8         	  500000	      4673 ns/op
BenchmarkFanout/Channel/100-8        	   50000	     24965 ns/op
BenchmarkFanout/Channel/1000-8       	   10000	    195672 ns/op
BenchmarkFanout/Channel/10000-8      	     500	   2410200 ns/op
PASS
ok  	mycode/benchmarks/channels	47.084s