perf: use tatami-ng for continous benchmarking
[poolifier.git] / .github / workflows / internal-benchmark.yml
index 8764302ff7e65f614a4b9a7f79c0d645de4eb7eb..936f0ad721c40e54ce1351dbe357106483a5678b 100644 (file)
@@ -15,19 +15,18 @@ jobs:
     env:
       BENCHER_PROJECT: poolifier
       BENCHER_API_TOKEN: ${{ secrets.BENCHER_API_TOKEN }}
-      BENCHER_ADAPTER: js_benchmark
+      BENCHER_ADAPTER: json
       BENCHER_TESTBED: self-hosted
     steps:
       - name: Checkout
         uses: actions/checkout@v4
       - name: Setup pnpm
-        uses: pnpm/action-setup@v3
-        with:
-          version: 8
+        uses: pnpm/action-setup@v4
       - name: Setup Node.js
         uses: actions/setup-node@v4
         with:
-          node-version: '20.x'
+          node-version: 20.x
+          check-latest: true
           cache: 'pnpm'
       - name: Install dependencies
         run: pnpm install --ignore-scripts --frozen-lockfile
@@ -41,4 +40,4 @@ jobs:
           --hash "$GITHUB_SHA" \
           --err \
           --github-actions ${{ secrets.GITHUB_TOKEN }} \
-          "pnpm benchmark:prod"
+          "pnpm benchmark:tatami-ng:prod"