Skip to content

Commit bf43844

Browse files
committed
chore(bench): fixed typo with hyperfine
1 parent f9a25b8 commit bf43844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242

4343
- name: Bench gowitness with hxn
4444
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
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

0 commit comments

Comments
 (0)