Skip to content

Commit 5378675

Browse files
authored
chore: tweak grammar of non-failure alert (#284)
1 parent 25797e0 commit 5378675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/write.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ async function handleAlert(benchName: string, curSuite: Benchmark, prevSuite: Be
310310
} else {
311311
core.debug(
312312
`${len} alerts exceeding the alert threshold ${alertThreshold} were found but` +
313-
` all of them did not exceed the failure threshold ${threshold}`,
313+
` none of them exceeded the failure threshold ${threshold}`,
314314
);
315315
}
316316
}

0 commit comments

Comments
 (0)