Skip to content

Commit 5507a9c

Browse files
committed
wip
1 parent 0efd90c commit 5507a9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,11 @@ jobs:
8686
run: |
8787
python3 -m http.server 1234 -d ./public &
8888
/usr/bin/time -f'%M' -omrs.out ./lightpanda &
89-
RUNS=100 npm run bench-puppeteer-cdp |tee output
89+
RUNS=100 npm run bench-puppeteer-cdp > tee output || exit 1 && kill %2
9090
9191
- name: memory regression
9292
run: |
93+
cat mrs.out
9394
export CURRENT_MRS=`cat mrs.out`
9495
test "$CURRENT_MRS" -le "$MAX_MEMORY"
9596

0 commit comments

Comments
 (0)