From ed45e1d9ab813cc6759897f85fedb732034b63d0 Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Sun, 22 Dec 2024 01:44:27 +0000 Subject: [PATCH] Tweak grammar of non-failure alert --- src/write.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/write.ts b/src/write.ts index 27e13798e..2ce78778e 100644 --- a/src/write.ts +++ b/src/write.ts @@ -310,7 +310,7 @@ async function handleAlert(benchName: string, curSuite: Benchmark, prevSuite: Be } else { core.debug( `${len} alerts exceeding the alert threshold ${alertThreshold} were found but` + - ` all of them did not exceed the failure threshold ${threshold}`, + ` none of them exceeded the failure threshold ${threshold}`, ); } }