Skip to content

Commit 53289d5

Browse files
authored
Create README.md
1 parent 0f2059c commit 53289d5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Go-DNS-Benchmark
2+
A pretty simple tool I made in Golang to benchmark and measure DNS server performance
3+
4+
5+
# Features
6+
* Multithreading
7+
* Results (Avg. Resolve time, Domains resolved, Domains that failed to be resolved)
8+
* Individual domain resolve time
9+
10+
(That's all for now but I'm open to suggestions)
11+
12+
13+
# Compiling
14+
`go build resolve.go`
15+
16+
17+
# Screenshots
18+
![image](https://i.imgur.com/XLd8DKf.png)

0 commit comments

Comments
 (0)