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 979916c commit 62155e6Copy full SHA for 62155e6
.github/workflows/e2e-test.yml
@@ -89,7 +89,7 @@ jobs:
89
RUNS=100 npm run bench-puppeteer-cdp > puppeteer.out || exit 1 && kill %2
90
91
- name: result
92
- run: cat output
+ run: cat puppeteer.out
93
94
- name: memory regression
95
run: |
0 commit comments