Skip to content

Commit 603cb7b

Browse files
authored
Merge branch 'master' into deno-benchmark
2 parents 5f8da3f + 5378675 commit 603cb7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/write.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ async function handleAlert(benchName: string, curSuite: Benchmark, prevSuite: Be
312312
} else {
313313
core.debug(
314314
`${len} alerts exceeding the alert threshold ${alertThreshold} were found but` +
315-
` all of them did not exceed the failure threshold ${threshold}`,
315+
` none of them exceeded the failure threshold ${threshold}`,
316316
);
317317
}
318318
}
@@ -543,8 +543,8 @@ export async function writeBenchmark(bench: Benchmark, config: Config) {
543543
core.debug('Alert check was skipped because previous benchmark result was not found');
544544
} else {
545545
await handleComment(name, bench, prevBench, config);
546-
await handleAlert(name, bench, prevBench, config);
547546
await handleSummary(name, bench, prevBench, config);
547+
await handleAlert(name, bench, prevBench, config);
548548
}
549549
}
550550

0 commit comments

Comments
 (0)