Skip to content

Commit

Permalink
chore: add missing comment for init progress bar function
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 committed Nov 3, 2024
1 parent 5a2e248 commit 2610062
Showing 1 changed file with 1 addition and 0 deletions.
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 2610062

Please sign in to comment.