diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 120005f..ea408af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,9 +36,12 @@ jobs: - run: pnpm moon run :build - name: Run benchmarks - uses: CodSpeedHQ/action@v1 + uses: CodSpeedHQ/action@feat/callgraph-generation with: - run: pnpm moon run :bench + run: | + pnpm moon run :bench + pnpm -r bench-tinybench + pnpm -r bench-benchmark-js list-examples: runs-on: "ubuntu-latest"