Structurepackage-benchmark 1.27.2Benchmark
ThresholdDeviations
BenchmarkResult.swift:399struct ThresholdDeviations
Other members in extension
View members
Hide members
This section is hidden by default because it contains too many (23) members.
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