Type Aliaspackage-benchmark 1.27.1Benchmark
AbsoluteThreshold
BenchmarkThresholds.swift:14typealias AbsoluteThreshold = Int
Other members in extension
Types
Typealiases
Type members
init(from: any Decoder
) throws init(relative: RelativeThresholds, absolute: AbsoluteThresholds
) Initializing BenchmarkThresholds The Benchmark thresholds define the tolerances to use when comparing two baselines/runs or when comparing with static thresholds.
static var `default`: BenchmarkThresholds
static var none: BenchmarkThresholds
static var relaxed: BenchmarkThresholds
static var strict: BenchmarkThresholds