Skip to content

Commit

Permalink
chore(cargo-codspeed): set verbosity to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored and art049 committed Sep 12, 2023
1 parent 87506ab commit 1621b66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/cargo-codspeed/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use crate::{
use std::{collections::BTreeSet, fs::create_dir_all, rc::Rc};

use cargo::{
core::{FeatureValue, Package, Workspace},
core::{FeatureValue, Package, Verbosity, Workspace},
ops::{CompileFilter, CompileOptions, Packages},
util::{command_prelude::CompileMode, interning::InternedString},
Config,
Expand Down Expand Up @@ -76,6 +76,7 @@ pub fn build_benches(
all_benches
};

ws.config().shell().set_verbosity(Verbosity::Normal);
ws.config().shell().status_with_color(
"Collected",
format!(
Expand Down

0 comments on commit 1621b66

Please sign in to comment.