AddSubSample to the benchmark
(s *Sample)
| 108 | |
| 109 | // AddSubSample to the benchmark |
| 110 | func (bm *Benchmark) AddSubSample(s *Sample) { |
| 111 | bm.subChannel <- s |
| 112 | } |
| 113 | |
| 114 | // AddPubSample to the benchmark |
| 115 | func (bm *Benchmark) AddPubSample(s *Sample) { |
no outgoing calls