We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c12236 commit 1f6010cCopy full SHA for 1f6010c
Sources/RegexBenchmark/BenchmarkChart.swift
@@ -55,7 +55,6 @@ struct BenchmarkChart: View {
55
BarMark(
56
x: .value("Name", name),
57
y: .value("Normalized runtime", new / old))
58
-
59
.foregroundStyle(LinearGradient(
60
colors: [.accentColor, new - old <= 0 ? .green : .yellow],
61
startPoint: .bottom,
0 commit comments