Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ovhx authored Mar 6, 2023
1 parent 0f2059c commit 53289d5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Go-DNS-Benchmark
A pretty simple tool I made in Golang to benchmark and measure DNS server performance


# Features
* Multithreading
* Results (Avg. Resolve time, Domains resolved, Domains that failed to be resolved)
* Individual domain resolve time

(That's all for now but I'm open to suggestions)


# Compiling
`go build resolve.go`


# Screenshots
![image](https://i.imgur.com/XLd8DKf.png)

0 comments on commit 53289d5

Please sign in to comment.