From f8b986006f6b98598917a856de3c0bec537fb6c6 Mon Sep 17 00:00:00 2001 From: Ryan Christian Date: Mon, 30 Sep 2024 20:10:00 -0500 Subject: [PATCH] ci: Update Tachometer reporter glob to support subdirs --- .github/workflows/pr-reporter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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