Skip to content

Commit

Permalink
Tweak grammar of non-failure alert
Browse files Browse the repository at this point in the history
  • Loading branch information
414owen committed Dec 22, 2024
1 parent e3c6616 commit ed45e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/write.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
);
}
}
Expand Down

0 comments on commit ed45e1d

Please sign in to comment.