(title: String)
| 100 | } |
| 101 | |
| 102 | pub fn log_cli_header(title: String) { |
| 103 | log_tool_title_figlet(title); |
| 104 | log_header(); |
| 105 | } |
| 106 | |
| 107 | pub fn get_repo_url() -> String { |
| 108 | return String::from("https://github.com/Proryanator/encoder-benchmark"); |
no test coverage detected