Skip to content

Commit

Permalink
chore(ci): removed out dir for gowitness
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter authored Nov 3, 2023
1 parent bf43844 commit 50178f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:

- name: Bench gowitness with hxn
run: |
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' -N

0 comments on commit 50178f4

Please sign in to comment.