Skip to content

Commit

Permalink
ci: Update Tachometer reporter glob to support subdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Oct 1, 2024
1 parent 703af77 commit f8b9860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Report Tachometer Results
uses: andrewiggins/tachometer-reporter-action@v2
with:
path: results/*.json
path: results/**/*.json
base-bench-name: preact-main
pr-bench-name: preact-local
summarize: 'duration, usedJSHeapSize'

0 comments on commit f8b9860

Please sign in to comment.