mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Fix benchmark script
This commit is contained in:
parent
23092139a6
commit
a5bde7ad60
1 changed files with 1 additions and 0 deletions
1
.github/workflows/benchmark.yml
vendored
1
.github/workflows/benchmark.yml
vendored
|
@ -42,6 +42,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
startClient=`date +%s`
|
startClient=`date +%s`
|
||||||
|
npm run build:server
|
||||||
npm run build:client
|
npm run build:client
|
||||||
endClient=`date +%s`
|
endClient=`date +%s`
|
||||||
clientBuildTime=$((endClient-startClient))
|
clientBuildTime=$((endClient-startClient))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue