Skip to content

Commit

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

0 comments on commit 49dd497

Please sign in to comment.