X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Finternal-benchmark.yml;h=c4d47cd3ddc905c8bee244c2371daefc15304138;hb=e7754a866c8f692156876ea5f413acc762cb2569;hp=e1ae5a1b0c8a7e0c2b8fe97c622c747de043c143;hpb=caf840324b3529bb88f742e9df52505097a1561b;p=poolifier.git diff --git a/.github/workflows/internal-benchmark.yml b/.github/workflows/internal-benchmark.yml index e1ae5a1b..c4d47cd3 100644 --- a/.github/workflows/internal-benchmark.yml +++ b/.github/workflows/internal-benchmark.yml @@ -24,10 +24,10 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.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,5 +41,5 @@ jobs: alert-threshold: '200%' comment-on-alert: true fail-on-alert: true - max-items-in-chart: 50 + max-items-in-chart: 100 gh-repository: 'github.com/poolifier/benchmark-results'