mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
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
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue