X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Fworkflows%2Fbenchmark.yml;h=2566f5ba86f9f713eb4bfd3aed47f6ae2a1bef22;hb=ab14f0e0dca878dbaccc8f6a895a68e4269c9873;hp=f02b88a4215f9e71ee5b0e50951f67107e3a4a77;hpb=51e9e152f7df003c65c16f822669a0674efcaf03;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f02b88a42..2566f5ba8 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: '14.x' - uses: './.github/actions/reusable-prepare-peertube-run' @@ -71,14 +71,14 @@ jobs: - name: Run benchmark run: | - node dist/scripts/benchmark.js benchmark.json + node dist/scripts/benchmark.js -o benchmark.json - name: Display result run: | cat benchmark.json build-time.json startup-time.json - name: Upload benchmark result - uses: './.github/actions/reusable-deploy.yml' + uses: './.github/actions/reusable-deploy' with: source: benchmark.json build-time.json startup-time.json destination: peertube-stats