Removed NODE_ENV env var from perf tests

refs 05977d5c26

- this seems to break things, will investigate once this is merged
- also adds showing output flag so debugging is easier
This commit is contained in:
Daniel Lockyer 2023-11-15 13:31:24 +01:00 committed by Daniel Lockyer
parent 26554bc206
commit 18afd39193

View File

@ -388,7 +388,7 @@ jobs:
- name: Run hyperfine on boot
working-directory: ghost/core
run: hyperfine --warmup 3 'NODE_ENV=production GHOST_CI_SHUTDOWN_AFTER_BOOT=1 node index.js' --export-json boot-perf.json
run: hyperfine --show-output --warmup 3 'GHOST_CI_SHUTDOWN_AFTER_BOOT=1 node index.js' --export-json boot-perf.json
- name: Convert data
working-directory: ghost/core