Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into docs_add_opt_in_toc…
Browse files Browse the repository at this point in the history
…_in_readme
  • Loading branch information
qwerty541 committed Nov 5, 2024
2 parents 174e9ac + a2f4947 commit 1374556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This repository provides DNS benchmarking command line tool written in Rust. It
### Features

- Built-in list of public DNS servers.
- Requests count configuration. By default, 10 requests are made to each DNS server.
- Requests count configuration. By default, 25 requests are made to each DNS server.
- Threads count configuration. By default, 8 threads are used.
- Timeout configuration. By default, 3 seconds timeout is used.
- Domain configuration. By default, google.com domain is used.
Expand Down
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ impl DnsBenchApplication {
self.multi_progress = Some(multi_progress);
}

/// Initialize a progress bar.
fn init_progress_bar(requests_count: u64) -> ProgressBar {
let progress_bar = ProgressBar::new(requests_count);

Expand Down

0 comments on commit 1374556

Please sign in to comment.