subfinder / research

❄️ Research project for SubFinder core API V2
MIT License
35 stars 8 forks source link

adding dnsdb #18 #48

Closed Mzack9999 closed 6 years ago

picatz commented 6 years ago
$ go test -run=DnsDb -v -bench=DnsDb
=== RUN   TestDnsDbDotCom
--- PASS: TestDnsDbDotCom (1.16s)
=== RUN   TestDnsDbDotComMultiThreaded
--- PASS: TestDnsDbDotComMultiThreaded (0.17s)
=== RUN   ExampleDnsDbDotCom
--- PASS: ExampleDnsDbDotCom (0.09s)
=== RUN   ExampleDnsDbDotCom_multi_threaded
--- PASS: ExampleDnsDbDotCom_multi_threaded (0.07s)
goos: darwin
goarch: amd64
BenchmarkDnsDbDotComSingleThreaded-8          20      89922128 ns/op
BenchmarkDnsDbDotComMultiThreaded-8           20      92004895 ns/op
PASS
ok      _/research/core/sources 5.300s
picatz commented 6 years ago

closes https://github.com/subfinder/research/issues/18