diff options
author | Chocobozzz <me@florianbigard.com> | 2022-02-28 15:19:44 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-02-28 15:19:44 +0100 |
commit | 1087427616d21f5d82416ae8ee1d8802d88248ff (patch) | |
tree | 59330e93ba857c2cc122370802a1848ded97d0d9 /.github | |
parent | f7ac03ee94d9d32e26bd712e8dc05a6109f5e835 (diff) | |
download | PeerTube-1087427616d21f5d82416ae8ee1d8802d88248ff.tar.gz PeerTube-1087427616d21f5d82416ae8ee1d8802d88248ff.tar.zst PeerTube-1087427616d21f5d82416ae8ee1d8802d88248ff.zip |
Improve benchmark script CLI options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/benchmark.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 8811f0f45..eaad5db64 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml | |||
@@ -71,7 +71,7 @@ jobs: | |||
71 | 71 | ||
72 | - name: Run benchmark | 72 | - name: Run benchmark |
73 | run: | | 73 | run: | |
74 | node dist/scripts/benchmark.js benchmark.json | 74 | node dist/scripts/benchmark.js -o benchmark.json |
75 | 75 | ||
76 | - name: Display result | 76 | - name: Display result |
77 | run: | | 77 | run: | |