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:
parent
26554bc206
commit
18afd39193
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user