Skip to content

Commit

Permalink
show diff
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Prendes <[email protected]>
  • Loading branch information
jprendes committed Dec 27, 2024
1 parent 400d99c commit a495cb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/run-hey-load-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ runs:
python3 ./scripts/parse-hey.py raw-output.txt
cat latency_results.json
cat throughput_results.json
- name: Show diff
run: git diff
- name: Report Throughput results
uses: benchmark-action/[email protected]
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: |
set -o pipefail
cargo bench -p containerd-shim-benchmarks -- --output-format bencher | tee output.txt
- name: Show diff
run: git diff
- name: Store benchmark result
uses: benchmark-action/[email protected]
with:
Expand Down

0 comments on commit a495cb8

Please sign in to comment.