mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Fix benchmark script
This commit is contained in:
@@ -42,6 +42,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
startClient=`date +%s`
|
||||
npm run build:server
|
||||
npm run build:client
|
||||
endClient=`date +%s`
|
||||
clientBuildTime=$((endClient-startClient))
|
||||
|
||||
Reference in New Issue
Block a user