Skip to content

Commit

Permalink
Fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiEres committed Jan 2, 2025
1 parent ab0acea commit 5b8ca9d
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 @@ -35,7 +35,7 @@ jobs:
id: run-benchmarks
run: |
mkdir -p ./charts
forklift cargo bench -p sc-network --output-format bencher | tee ./charts/networking-bench.txt || echo "Benchmarks failed"
forklift cargo bench -p sc-network -- --output-format bencher | tee ./charts/networking-bench.txt || echo "Benchmarks failed"
ls -lsa ./charts
- name: Upload artifacts
Expand Down

0 comments on commit 5b8ca9d

Please sign in to comment.