X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Finternal-benchmark.yml;h=884bb3f8be70e5baea69e2b81297e5f016debac1;hb=34d8846f1e7e54273f3944f687336c5624a18f39;hp=46ec1d8f4cce3475bc6d0a0a1919a0c85193ee6b;hpb=27c3ac595f7b4513deecd1953a7bc09e119545f3;p=poolifier.git diff --git a/.github/workflows/internal-benchmark.yml b/.github/workflows/internal-benchmark.yml index 46ec1d8f..884bb3f8 100644 --- a/.github/workflows/internal-benchmark.yml +++ b/.github/workflows/internal-benchmark.yml @@ -13,7 +13,6 @@ permissions: jobs: internal-benchmark: if: github.repository == 'poolifier/poolifier' - name: Internal benchmark runs-on: [self-hosted, internal-benchmark] steps: - name: Checkout @@ -28,7 +27,7 @@ jobs: node-version: '18.x' cache: 'pnpm' - name: Install dependencies - run: pnpm install --ignore-scripts + run: pnpm install --ignore-scripts --frozen-lockfile - name: Run production benchmark run: pnpm benchmark:prod | tee ./benchmarks/internal/output.txt - name: Store production benchmark result @@ -42,4 +41,5 @@ jobs: alert-threshold: '200%' comment-on-alert: true fail-on-alert: true + max-items-in-chart: 100 gh-repository: 'github.com/poolifier/benchmark-results'