Skip to content

Commit

Permalink
ci: Added archiving of benchmark output
Browse files Browse the repository at this point in the history
Signed-off-by: mrickard <[email protected]>
  • Loading branch information
mrickard committed Jul 17, 2024
1 parent b32703a commit 0afc49c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/benchmark-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ jobs:
run: node ./bin/run-bench.js --filename=${{ github.base_ref || 'main' }}_${{ matrix.node-version }}
- name: Verify Benchmark Output
run: ls benchmark_results
- name: Archive Benchmark Test
uses: actions/upload-artifact@v4
with:
name: benchmark-tests-${{ github.base_ref || 'main' }}-${{ matrix.node-version }}
path: ./benchmark_results

0 comments on commit 0afc49c

Please sign in to comment.