diff --git a/upload-perf/src/upload-perf.rs b/upload-perf/src/upload-perf.rs index 9f39132fb6..34436be80f 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();