We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efd90c commit 5507a9cCopy full SHA for 5507a9c
.github/workflows/e2e-test.yml
@@ -86,10 +86,11 @@ jobs:
86
run: |
87
python3 -m http.server 1234 -d ./public &
88
/usr/bin/time -f'%M' -omrs.out ./lightpanda &
89
- RUNS=100 npm run bench-puppeteer-cdp |tee output
+ RUNS=100 npm run bench-puppeteer-cdp > tee output || exit 1 && kill %2
90
91
- name: memory regression
92
93
+ cat mrs.out
94
export CURRENT_MRS=`cat mrs.out`
95
test "$CURRENT_MRS" -le "$MAX_MEMORY"
96
0 commit comments