Skip to content

Commit

Permalink
benchmark CI
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Jan 16, 2025
1 parent 2980d74 commit 37d1450
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,9 @@ jobs:
run: |
# Create a new orphan branch (no history)
git checkout --orphan benchmark-new
# Remove everything
git rm -rf .
# Create benchmark_output directory
mkdir -p benchmark_output
# Copy benchmark results
cp benchmark_output/benchmark.json benchmark_output/
cp benchmark_output/benchmark.png benchmark_output/
# Add and commit the benchmark results
# Reset the working tree and clear the index
git reset --hard
# Only add and commit the benchmark files we want
git add benchmark_output/benchmark.json benchmark_output/benchmark.png
git commit -m "Update benchmark results"
Expand Down

0 comments on commit 37d1450

Please sign in to comment.