Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 17, 2024
1 parent 33d243b commit ba3f750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Convert for profiler.firefox.com
run: |
for f in *.perf; do
perf script -i "$f" -F +pid > "$(basename -s .perf $f).fx.perf" &
perf script -i "$f" -F +pid > "$(basename -s .perf "$f").fx.perf" &
done
wait
rm neqo.svg
Expand Down

0 comments on commit ba3f750

Please sign in to comment.