Skip to content

Commit

Permalink
Merge branch 'main' into feat(minor)/exporter-specific-configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
CrownedPhoenix authored Oct 7, 2024
2 parents c1ba1a2 + f9dcf0b commit 4bc0a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugins/BenchmarkTool/BenchmarkTool+Operations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ extension BenchmarkTool {

var p90Thresholds: [BenchmarkIdentifier : [BenchmarkMetric: BenchmarkThresholds.AbsoluteThreshold]] = [:]

if quiet == false {
if noProgress == false {
print("")
print("Reading thresholds from \"\(thresholdsPath)\"")
}
Expand All @@ -166,7 +166,7 @@ extension BenchmarkTool {
exitCode: .thresholdRegression)
}

if quiet == false {
if noProgress == false {
print("")
print("Checking \(benchmarks.map { $0.target + ":" + $0.name })")
print("")
Expand Down

0 comments on commit 4bc0a5d

Please sign in to comment.