Fix benchmark script

pull/5917/head
Chocobozzz 2023-08-17 15:03:27 +02:00
parent 23092139a6
commit a5bde7ad60
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -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))