Skip to content

Commit

Permalink
test: filename
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 27, 2023
1 parent e91f910 commit a45fdd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
- run: yarn test:perf | tee output.text
- run: yarn test:perf | tee 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.json
output-file-path: output.txt
comment-on-alert: true
fail-on-alert: true
# Push and deploy GitHub pages branch automatically
Expand Down

0 comments on commit a45fdd8

Please sign in to comment.