Skip to content

Commit

Permalink
fix(patch): Log less when --no-progress (again) (ordo-one#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM authored Oct 6, 2024
1 parent 0036984 commit f9dcf0b
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 f9dcf0b

Please sign in to comment.