We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22b272 commit 7821584Copy full SHA for 7821584
.github/workflows/ci-nix.yaml
@@ -153,6 +153,13 @@ jobs:
153
nix build .#${{ matrix.package }}-bench
154
nix develop .#${{ matrix.package }}-bench --command ${{ matrix.bench }} ${{ matrix.options }}
155
156
+ - name: 📈 Memory usage
157
+ run: |
158
+
159
+ nix develop --command -- bash -c "cabal update"
160
+ N_TXNS=1000000 nix develop .#hydra-node --command -- bash -c "cabal bench micro --benchmark-options '--json output.json +RTS -T'"
161
+ nix develop --command -- bash -c "jq '.[2][0].reportMeasured[0][5]' hydra-node/output.json"
162
163
- name: 💾 Upload build & test artifacts
164
uses: actions/upload-artifact@v4
165
with:
0 commit comments