Skip to content

Commit f9a25b8

Browse files
committed
chore(bench,ci): fixed typosss
1 parent 09b5fe8 commit f9a25b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bench.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ jobs:
3030
- name: Install gowitness
3131
run: go install github.com/sensepost/gowitness@latest
3232

33-
- name: Get 50 URLs
33+
- name: Get 100 URLs
3434
run: |
3535
curl -qfsSL "https://raw.githubusercontent.com/Azathothas/CertStream-Domains/main/Data/np_ccTLDs/certstream_domains_np_all_24h_httpx.txt" |
3636
awk '/http/ {print $1}' |
3737
sort -u |
38-
head -n 50 > urls.txt
38+
head -n 100 > urls.txt
3939
4040
- name: Install hxn
4141
run: cargo install hxn
4242

4343
- name: Bench gowitness with hxn
4444
run: |
45-
hyperfine --warmup 3 'hxn -f urls.txt -t 50 --timeout 500' 'gowitness -F --timeout 500 file urls.txt'
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)