Static Propertypackage-benchmark 1.26.0Benchmark->Swift
system
A collection of system benchmarks.
BenchmarkMetric+Defaults.swift:157static var system: [BenchmarkMetric] { get }
Other members in extension
Type members
static var all: [BenchmarkMetric]
A collection of all benchmarks supported by this library.
static var arc: [BenchmarkMetric]
A collection of ARC metrics
static var `default`: [BenchmarkMetric]
The default collection of metrics used for a benchmark.
static var disk: [BenchmarkMetric]
A collection of disk benchmarks.
static var extended: [BenchmarkMetric]
A collection of extended system benchmarks.
static var memory: [BenchmarkMetric]
A collection of memory benchmarks.
static var microbenchmark: [BenchmarkMetric]
A suitable set of metrics for microbenchmarks that are CPU-oriented only.