BenchmarkProfilerGoroutines.txt raw

   1  $ go test -bench=BenchmarkProfilerGoroutines
   2  goos: darwin
   3  goarch: amd64
   4  pkg: github.com/felixge/fgprof
   5  BenchmarkProfilerGoroutines/1_goroutines-8         	  43431	    26860 ns/op
   6  BenchmarkProfilerGoroutines/2_goroutines-8         	  42590	    27648 ns/op
   7  BenchmarkProfilerGoroutines/4_goroutines-8         	  40725	    28694 ns/op
   8  BenchmarkProfilerGoroutines/8_goroutines-8         	  37874	    31067 ns/op
   9  BenchmarkProfilerGoroutines/16_goroutines-8        	  32778	    37302 ns/op
  10  BenchmarkProfilerGoroutines/32_goroutines-8        	  25447	    47171 ns/op
  11  BenchmarkProfilerGoroutines/64_goroutines-8        	  17937	    66803 ns/op
  12  BenchmarkProfilerGoroutines/128_goroutines-8       	  11138	   108283 ns/op
  13  BenchmarkProfilerGoroutines/256_goroutines-8       	   5232	   191830 ns/op
  14  BenchmarkProfilerGoroutines/512_goroutines-8       	   2848	   351686 ns/op
  15  BenchmarkProfilerGoroutines/1024_goroutines-8      	   1611	   681412 ns/op
  16  BenchmarkProfilerGoroutines/2048_goroutines-8      	    846	  1396125 ns/op
  17  BenchmarkProfilerGoroutines/4096_goroutines-8      	    358	  3286943 ns/op
  18  BenchmarkProfilerGoroutines/8192_goroutines-8      	    153	  7813804 ns/op
  19  BenchmarkProfilerGoroutines/16384_goroutines-8     	     70	 16440643 ns/op
  20  BenchmarkProfilerGoroutines/32768_goroutines-8     	     33	 34101649 ns/op
  21  BenchmarkProfilerGoroutines/65536_goroutines-8     	     16	 68460458 ns/op
  22  BenchmarkProfilerGoroutines/131072_goroutines-8    	      8	134481118 ns/op
  23  BenchmarkProfilerGoroutines/262144_goroutines-8    	      4	270522885 ns/op
  24  BenchmarkProfilerGoroutines/524288_goroutines-8    	      2	567821104 ns/op
  25  BenchmarkProfilerGoroutines/1048576_goroutines-8   	      1	1202184643 ns/op
  26