Skip to content

Commit

Permalink
Wrap "sh benchmark.sh" in "time"
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Nov 14, 2024
1 parent 7835849 commit 9769ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Generate Report Name
run: echo "REPORT_NAME=$(echo ${{ matrix.image }} | sed 's/:/-/g')" >> $GITHUB_ENV
- name: Run benchmark
run: sh benchmark.sh
run: time sh benchmark.sh
- name: Run ps
run: ps axco time,comm | sort -r -k1
- name: Save report
Expand Down

0 comments on commit 9769ae4

Please sign in to comment.