diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 9c8d2c9663d211..2030e07e85410d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -64,8 +64,8 @@ jobs: - name: Run benchmark uses: CodSpeedHQ/action@v2 timeout-minutes: 30 - working-directory: ./napi/parser with: + working-directory: ./napi/parser run: node parse.bench.mjs token: ${{ secrets.CODSPEED_TOKEN }} @@ -97,6 +97,7 @@ jobs: corepack enable pnpm install pnpm run build + pnpm run generate - name: Run NAPI benchmark working-directory: ./napi/parser