Instance Propertypackage-benchmark 1.26.0Benchmark
tags
BenchmarkResult.swift:180var tags: [String : String]
Other members in extension
Types
Type members
init(from: any Decoder
) throws static func < (lhs: `Self`, rhs: `Self`
) -> Bool static func == (lhs: `Self`, rhs: `Self`
) -> Bool
Instance members
var metric: BenchmarkMetric
var scaledScalingFactor: BenchmarkScalingFactor
var scaledTimeUnits: BenchmarkTimeUnits
var scaledUnitDescriptionPretty: String
var scalingFactor: BenchmarkScalingFactor
var statistics: Statistics
var thresholds: BenchmarkThresholds?
var timeUnits: BenchmarkTimeUnits
var unitDescription: String
var unitDescriptionPretty: String
var warmupIterations: Int
func deviationsAgainstAbsoluteThresholds(thresholds: BenchmarkThresholds, p90Threshold: BenchmarkThresholds.AbsoluteThreshold, name: String, target: String
) -> ThresholdDeviations func deviationsComparedWith(`Self`, thresholds: BenchmarkThresholds, name: String, target: String
) -> ThresholdDeviations func normalize(Int
) -> Int func normalizeCompare(Int
) -> Int func scale(Int
) -> Int