Skip to content

Commit 8b3082c

Browse files
committed
fix: rename to execution results
1 parent aea9a83 commit 8b3082c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/src/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ pub fn format_results(results: &[PerformanceReport], host_name: String) -> Strin
3232
}
3333
table_text.push('\n');
3434

35-
format!("*{} Performance Test Results*\n {}", host_name, table_text)
35+
format!("*{} Execution Results*\n {}", host_name, table_text)
3636
}

0 commit comments

Comments
 (0)