Skip to content

Commit

Permalink
Clean output file
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiEres committed Jan 2, 2025
1 parent 6977087 commit d5f5bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/networking-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: run-benchmarks
run: |
mkdir -p ./charts
forklift cargo bench -p sc-network --bench ${{ matrix.features.bench }} -- --output-format bencher | tee ./charts/networking-bench.txt || echo "Benchmarks failed"
forklift cargo bench -p sc-network --bench ${{ matrix.features.bench }} -- --output-format bencher | grep "${{ matrix.features.bench }}" | tee ./charts/networking-bench.txt || echo "Benchmarks failed"
ls -lsa ./charts
- name: Upload artifacts
Expand Down

0 comments on commit d5f5bba

Please sign in to comment.