test: cleanup sinon import
[poolifier.git] / .github / workflows / internal-benchmark.yml
index 37b0c9826ff9a7282bb2533444ae88e75331b923..884bb3f8be70e5baea69e2b81297e5f016debac1 100644 (file)
@@ -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'