X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Fworkflows%2Fbenchmark.yml;h=ab1780c7407a0d0264ec438ff53fdfd75f52a162;hb=b7221c1d94e088231ef28b11d95d45d781fbe41c;hp=7e8259d27931dc898ce031f49aae911f4fa44257;hpb=0882c8e6509b2a4ea48f6c48ecb2aa4aa371500a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7e8259d27..ab1780c74 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -31,11 +31,11 @@ jobs: PGHOST: localhost steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: './.github/actions/reusable-prepare-peertube-build' with: - node-version: '12.x' + node-version: '16.x' - uses: './.github/actions/reusable-prepare-peertube-run' @@ -71,7 +71,7 @@ jobs: - name: Run benchmark run: | - node dist/scripts/benchmark.js benchmark.json + node dist/scripts/benchmark.js -o benchmark.json - name: Display result run: |