Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Dec 4, 2024
1 parent 589e106 commit 9db016a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Report gates diff
name: Reports

on:
push:
Expand Down Expand Up @@ -40,6 +40,7 @@ jobs:


compare_gates_reports:
name: Circuit sizes
needs: [build-nargo]
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -90,6 +91,7 @@ jobs:
message: ${{ steps.gates_diff.outputs.markdown }}

compare_brillig_bytecode_size_reports:
name: Brillig bytecode sizes
needs: [build-nargo]
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -138,6 +140,7 @@ jobs:
message: ${{ steps.brillig_bytecode_diff.outputs.markdown }}

compare_brillig_execution_reports:
name: Brillig execution trace sizes
needs: [build-nargo]
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -186,6 +189,7 @@ jobs:
message: ${{ steps.brillig_execution_diff.outputs.markdown }}

generate_memory_report:
name: Peak memory usage
needs: [build-nargo]
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 9db016a

Please sign in to comment.