Versions in this module Expand all Collapse all v2 v2.0.2 Apr 16, 2020 v2.0.1 Apr 16, 2020 Changes in this version + type BenchmarkCase struct + OutputSenders int + Parallelism int + PayloadSize int + func GenerateAllBenchmarkCases(payloadMin int, payloadMax int, parallelismMin int, parallelismMax int, ...) []BenchmarkCase + type BenchmarkResult struct + type BenchmarkResults []BenchmarkResult + func (br BenchmarkResults) WriteToCsv(writer *csv.Writer) error