MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / show_banner

Function show_banner

src/cli/shared.rs:11–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9use std::path::PathBuf;
10
11pub(crate) fn show_banner() {
12 let banner = format!(
13 r#"
14 ______ __ _____ __
15 / ____/____ ____/ // ___/ ____ ___ ___ ____/ /
16 / / / __ \ / __ / \__ \ / __ \ / _ \ / _ \ / __ /
17/ /___ / /_/ // /_/ / ___/ // /_/ // __// __// /_/ /
18\____/ \____/ \__,_/ /____// .___/ \___/ \___/ \__,_/
19 https://codspeed.io /_/ runner v{VERSION}
20"#
21 );
22 println!("{banner}");
23 debug!("codspeed v{VERSION}");
24}
25
26/// Arguments shared between run and exec commands
27#[derive(Args, Debug, Clone)]

Callers 2

execute_configFunction · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected