Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg authored Jun 25, 2024
1 parent b7e91e8 commit 35bdf93
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 @@ -31,7 +31,7 @@ jobs:
echo "${{ matrix.os }} - Python ${{ matrix.python-version }}" > performance.txt
echo "Commit: $(git rev-parse HEAD)" >> time_taken.txt
cat time_output.txt | grep real | awk '{print $2}' >> performance.txt
cat "---" >> performance.txt
echo "---" >> performance.txt
- name: Commit and push time_taken.txt
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 35bdf93

Please sign in to comment.