X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Finternal-benchmark.yml;h=884bb3f8be70e5baea69e2b81297e5f016debac1;hb=34d8846f1e7e54273f3944f687336c5624a18f39;hp=b837bcd49bb45c13949fd80d695c872ab8229eab;hpb=1a74101bf2fbbc70e65eb274499073e0d945704e;p=poolifier.git diff --git a/.github/workflows/internal-benchmark.yml b/.github/workflows/internal-benchmark.yml index b837bcd4..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