We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a25b8 commit bf43844Copy full SHA for bf43844
.github/workflows/bench.yml
@@ -42,4 +42,4 @@ jobs:
42
43
- name: Bench gowitness with hxn
44
run: |
45
- hyperfine --warmup 3 'hxn -f urls.txt -t 50 --timeout 500 -o hxnshots' 'gowitness -F --timeout 500 file -f urls.txt --debug --screenshot-path gowithnessshots' -N
+ hyperfine --warmup 3 'hxn -f urls.txt -t 50 --timeout 500 -o hxnshots' 'gowitness -F --timeout 500 file -f urls.txt --debug --screenshot-path "gowithnessshots"' -N
0 commit comments