diff --git a/.github/workflows/pr-reporter.yml b/.github/workflows/pr-reporter.yml index 98f3a98891..63fea718ee 100644 --- a/.github/workflows/pr-reporter.yml +++ b/.github/workflows/pr-reporter.yml @@ -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' \ No newline at end of file