File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121echo $REPORTS | jq ' { programs: . }' > brillig_report.json
2222
2323# Convert brillig report to benchmark format
24- output_file_brillig=" benchmark-brillig.json"
24+ output_file_brillig=" ../ benchmark-brillig.json"
2525jq -r ' [.programs[] | .unconstrained_functions[] | {
2626 "name": (if (.package_name // "") == "" then .name else "\(.package_name | sub("^null/"; ""))/\(.name)" end),
2727 "unit": "opcodes",
Original file line number Diff line number Diff line change 3333echo " ]}" >> gates_report.json
3434
3535# Convert the gates report into separate benchmark files
36- output_file_opcodes=" benchmark-opcodes.json"
37- output_file_circuit=" benchmark-circuit.json"
36+ output_file_opcodes=" ../ benchmark-opcodes.json"
37+ output_file_circuit=" ../ benchmark-circuit.json"
3838
3939# Convert gates report - opcodes
4040jq -r ' [.programs[] | {
You can’t perform that action at this time.
0 commit comments