Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 committed Dec 17, 2023
1 parent 2fc41b3 commit 249215b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v0.2.0 (17.12.2023)

- Boosted performance 5x times by multi thread implementation (now by default 8 threads).
- Added `--threads` option to specify custom number of threads.
- Added output of total benchmark time.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dns-bench"
version = "0.1.3"
version = "0.2.0"
edition = "2021"
authors = ["Alexandr Garbuzov <[email protected]>"]
description = "Determine the fastest DNS for yourself using simple command line tool."
Expand Down

0 comments on commit 249215b

Please sign in to comment.