Skip to content

Commit cd30d2d

Browse files
committed
chore: add benchmark results to job summaries
Signed-off-by: Andrei Aaron <[email protected]>
1 parent 798ffe4 commit cd30d2d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/benchmark.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ jobs:
4040
external-data-json-path: ./cache/benchmark-data.json
4141
# Workflow will fail when an alert happens
4242
fail-on-alert: true
43+
# Show data in the job summary
44+
summary-always: true
4345
# Upload the updated cache file for the next job by actions/cache

.github/workflows/cluster.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ jobs:
254254
external-data-json-path: ./cache/benchmark-data.json
255255
# Workflow will fail when an alert happens
256256
fail-on-alert: true
257+
# Show data in the job summary
258+
summary-always: true
257259
# Upload the updated cache file for the next job by actions/cache
258260

259261
minio-redis:
@@ -507,4 +509,6 @@ jobs:
507509
external-data-json-path: ./cache/benchmark-data.json
508510
# Workflow will fail when an alert happens
509511
fail-on-alert: true
512+
# Show data in the job summary
513+
summary-always: true
510514
# Upload the updated cache file for the next job by actions/cache

0 commit comments

Comments
 (0)