We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f7817 commit 734cf24Copy full SHA for 734cf24
1 file changed
.github/workflows/e2e-test.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: run puppeteer
86
run: |
87
python3 -m http.server 1234 -d ./public & echo $! > PYTHON.pid
88
- ./lightpanda & echo $! > LPD.pid
+ ./lightpanda serve & echo $! > LPD.pid
89
RUNS=100 npm run bench-puppeteer-cdp > puppeteer.out || exit 1
90
cat /proc/`cat LPD.pid`/status |grep VmHWM|grep -oP '\d+' > LPD.VmHWM
91
kill `cat LPD.pid` `cat PYTHON.pid`
0 commit comments