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 098e539 commit 9700b2aCopy full SHA for 9700b2a
gix-blame/tests/ignore_revisions_perf.rs
@@ -138,7 +138,9 @@ fn simple_performance_test() -> gix_testtools::Result<()> {
138
139
Ok(())
140
}
141
-
+// Windows CI has noisy timers/scheduler; perf thresholds are flaky there.
142
+// Keep this perf guard active on Unix; skip on Windows.
143
+#[cfg_attr(windows, ignore = "unstable perf threshold on Windows CI")]
144
#[test]
145
fn zero_cost_abstraction_verification() {
146
simple_performance_test().expect("Performance test should pass");
0 commit comments