SwiftDocCBenchmarkResultsStructureBenchmarkResultsThe results of a single benchmark run.struct BenchmarkResultsTopicsStructuresstruct MetricA gathered metric.Initializersinit(platformName: String, timestamp: Date, doccArguments: [String], unorderedMetrics: [BenchmarkResults.Metric])Creates a new benchmark result to gather measurement results into.Instance Propertieslet doccArguments: [String]The arguments that Swift-DocC ran with when gathering benchmark data.var metrics: [BenchmarkResults.Metric]The list of metrics gathered in this benchmark.let platformName: StringThe name of the platform where the benchmark ran.let timestamp: DateThe timestamp for when the benchmark started.Enumerationsenum CodingKeys