Skip to content

Commit

Permalink
test: new output file path
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 28, 2023
1 parent 8708626 commit 5f9a3c2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,20 @@ jobs:
with:
path: ./cache
key: ${{ runner.os }}-benchmark
- run: npm run test:perf | tee output.txt
- run: npm run test:perf | tee test/perf/output.txt

# Run `github-action-benchmark` action
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@5bbce78ef18edf5b96cb2d23e8d240b485f9dc4a
with:
tool: 'benchmarkjs'
output-file-path: output.txt
external-data-json-path: ./cache/${{ runner.os }}-benchmark-data.json
output-file-path: test/perf/output.txt
comment-on-alert: true
fail-on-alert: true
# Push and deploy GitHub pages branch automatically
# this has a bug where it creates duplicate commits when summary-always and aut-push are both true
# summary-always: true
comment-always: true
benchmark-data-dir-path: perf-${{ runner.os}}
# auto-push: true
auto-push: true
github-token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}

0 comments on commit 5f9a3c2

Please sign in to comment.