summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/perf.c b/tests/perf.c
index 05108f5a..c302a355 100644
--- a/tests/perf.c
+++ b/tests/perf.c
@@ -1795,7 +1795,7 @@ test_oa_exponents(void)
oa_report_get_ctx_id(timer_reports[i].report),
delta, delta == expected_timestamp_delta ? "" : "******");
- matches += expected_timestamp_delta >= delta;
+ matches += expected_timestamp_delta <= delta;
}
igt_debug("matches=%u/%u\n", matches, n_timer_reports - 1);