diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 74bf479..2c023b7 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -47,6 +47,9 @@ jobs: output-file-path: output.txt external-data-json-path: ./cache/benchmark-data.json + # print job summary in workflow output + summary-always: true + # Alert on regression alert-threshold: "120%" fail-on-alert: true