diff --git a/upload-perf/src/upload-perf.rs b/upload-perf/src/upload-perf.rs index 7e6c68a2a38cf5..d9835968844a3c 100644 --- a/upload-perf/src/upload-perf.rs +++ b/upload-perf/src/upload-perf.rs @@ -74,6 +74,7 @@ fn main() { ("commit", git_commit_hash.trim().to_string(), String) ); */ + } let last_median = get_last_metrics(&"median".to_string(), &db, &name, branch).unwrap_or_default();