We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea9a83 commit 8b3082cCopy full SHA for 8b3082c
runner/src/format.rs
@@ -32,5 +32,5 @@ pub fn format_results(results: &[PerformanceReport], host_name: String) -> Strin
32
}
33
table_text.push('\n');
34
35
- format!("*{} Performance Test Results*\n {}", host_name, table_text)
+ format!("*{} Execution Results*\n {}", host_name, table_text)
36
0 commit comments