Update test with new --dump flag

This commit is contained in:
Adrià Arrufat
2026-02-18 11:39:14 +09:00
parent c6e0c6d096
commit 0ec4522f9e

View File

@@ -224,7 +224,7 @@ jobs:
- name: run hyperfine
run: |
hyperfine --export-json=hyperfine.json --warmup 3 --runs 20 --shell=none "./lightpanda --dump http://127.0.0.1:1234/campfire-commerce/"
hyperfine --export-json=hyperfine.json --warmup 3 --runs 20 --shell=none "./lightpanda --dump html http://127.0.0.1:1234/campfire-commerce/"
- name: stop http
run: kill `cat WS.pid`