Skip to content

Commit

Permalink
artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardBraham committed Dec 9, 2024
1 parent a985b28 commit ae24581
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,15 @@ jobs:
Xvfb -ac :99 -screen 0 1280x1024x16 &
export DISPLAY=:99
- name: Debugging with tmate
uses: ./.github/actions/actions-tmate
# - name: Debugging with tmate
# uses: ./.github/actions/actions-tmate

- name: Run the benchmark
run: yarn benchmark:chrome --out test-artifacts/chrome/benchmark/pageload.json --retries 2

- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: pageload
path: test-artifacts/chrome/benchmark/pageload.json
retention-days: 5

0 comments on commit ae24581

Please sign in to comment.