X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Finternal-benchmark.yml;h=884bb3f8be70e5baea69e2b81297e5f016debac1;hb=cd424e3162f5ae6be04dc156cdc8562dae16c33f;hp=37b0c9826ff9a7282bb2533444ae88e75331b923;hpb=660689f017615c233020793967822c31975e5aa0;p=poolifier.git diff --git a/.github/workflows/internal-benchmark.yml b/.github/workflows/internal-benchmark.yml index 37b0c982..884bb3f8 100644 --- a/.github/workflows/internal-benchmark.yml +++ b/.github/workflows/internal-benchmark.yml @@ -27,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 @@ -41,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'