askmediagroup/dnsbench

Can't build because of askcom is renamed by AskMediaGroup

Closed this issue · 3 comments

Hi i constantly get this error on build, Go can't build because it don't find the askcom user on github.

This will be fixed with #1 thanks for reminding us to complete it.

@RomanJos Please fetch the latest changes in master and try building again.

Perfect ! the only clue is that i'm on windows so /dev/stdin doesn't exist but i tried using remote server to manually enter my local and a domain file that i have found on pastebin and this is what i got with dnscrypt :

λ dnsbench.exe run remote 192.168.1.1 -f "..\..\Desktop\domain list.txt"
Reading names from ..\..\Desktop\domain list.txt
Benchmarking 192.168.1.1...

# requests errors min  [ p50  p95  p99  p999] max  qps
    262       0   0.97    [91.10 673.71 1046.48 1650.46] 1650.46  52.40
    380       1   0.98    [2.01 368.57 957.35 5003.80] 5003.80  76.00
    202       5   0.98    [2.00 780.14 5003.80 5003.80] 5003.80  40.40
    104       3   0.98    [2.00 404.49 5003.80 5003.80] 5003.80  20.80

Finished 1000 requests

# latency summary
   1000      10   0.97    [2.02 532.68 1902.12 5003.80] 5003.80  40.72

Concurrency level: 10
Time taken for tests: 24.56 seconds
Completed Requests: 990
Failed Requests: 10
Requests per second: 40.72 [#/sec] (mean)
Time per request: 149.98 [ms] (mean)
Fastest request: 0.97 [ms]
Slowest request: 5003.80 [ms]

So this is actually great thank you for fixing the name issue !