Initializer
init(platformName:timestamp:doccArguments:unorderedMetrics:)
Creates a new benchmark result to gather measurement results into.
init(platformName: String, timestamp: Date = Date(), doccArguments: [String] = Array(CommandLine.arguments.dropFirst()), unorderedMetrics: [BenchmarkResults.Metric])
Parameters
platformNameThe name of the platform that the benchmark ran on.
timestampThe timestamp when benchmark started.
doccArgumentsThe arguments that Swift-DocC ran with when gathering benchmark data.
unorderedMetricsA list of unordered metrics for this benchmark.