diff options
-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)) |