Skip to content

Commit

Permalink
fix cat
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Jan 13, 2025
1 parent 49dd497 commit 051c538
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,8 @@ jobs:
- name: Merge compilation reports using jq
run: |
mv ./.github/scripts/merge-bench-reports.sh merge-bench-reports.sh
jq -s '[.[][]]' ./reports/* > gates_report_brillig.json
cat gates_report_brillig
cat gates_report_brillig.json
- name: Compare Brillig bytecode size reports
id: brillig_bytecode_diff
Expand Down

0 comments on commit 051c538

Please sign in to comment.