Skip to content

Commit 90ba739

Browse files
committed
Merge branch 'jl/benchmark' of https://github.com/noir-lang/eth-proofs into jl/benchmark
2 parents 84c12cd + 22ea0a4 commit 90ba739

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ethereum/scripts/build-brillig-report.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ done
2121
echo $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"
2525
jq -r '[.programs[] | .unconstrained_functions[] | {
2626
"name": (if (.package_name // "") == "" then .name else "\(.package_name | sub("^null/"; ""))/\(.name)" end),
2727
"unit": "opcodes",

ethereum/scripts/build-gates-report.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ done
3333
echo "]}" >> 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
4040
jq -r '[.programs[] | {

0 commit comments

Comments
 (0)