X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Finternal-benchmark.yml;h=c4d47cd3ddc905c8bee244c2371daefc15304138;hb=70ceef6e16bec1f1d12754b2f5e8d71c91ca06a7;hp=46ec1d8f4cce3475bc6d0a0a1919a0c85193ee6b;hpb=41e3e08eb7fbcde0a69cea17e697aacb222990a6;p=poolifier.git diff --git a/.github/workflows/internal-benchmark.yml b/.github/workflows/internal-benchmark.yml index 46ec1d8f..c4d47cd3 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 @@ -25,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 @@ -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'