diff options
author | Chocobozzz <me@florianbigard.com> | 2023-08-17 15:03:27 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-08-17 15:03:27 +0200 |
commit | a5bde7ad60fcbd0bcf5c9de01b624c3113493856 (patch) | |
tree | 542cead23f24e20c80ac18c0e0a979ac1accfe28 /.github/workflows | |
parent | 23092139a647b1b09e07275d80fd05e2d7505ba5 (diff) | |
download | PeerTube-a5bde7ad60fcbd0bcf5c9de01b624c3113493856.tar.gz PeerTube-a5bde7ad60fcbd0bcf5c9de01b624c3113493856.tar.zst PeerTube-a5bde7ad60fcbd0bcf5c9de01b624c3113493856.zip |
Fix benchmark script
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/benchmark.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5f56db3ad..3bb9036f2 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml | |||
@@ -42,6 +42,7 @@ jobs: | |||
42 | - name: Build | 42 | - name: Build |
43 | run: | | 43 | run: | |
44 | startClient=`date +%s` | 44 | startClient=`date +%s` |
45 | npm run build:server | ||
45 | npm run build:client | 46 | npm run build:client |
46 | endClient=`date +%s` | 47 | endClient=`date +%s` |
47 | clientBuildTime=$((endClient-startClient)) | 48 | clientBuildTime=$((endClient-startClient)) |