Fix benchmark script

This commit is contained in:
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

View file

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