You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Cannot created job for tag {request_tag} (target={target}, backend={backend}, profile={profile}, set={benchmark_set}, kind={kind}): job already exists in the DB"
238
-
)),
239
-
}
237
+
Some(_) => Ok(()),
238
+
None => Err(anyhow::anyhow!(
239
+
"Cannot create job for tag {request_tag} (target={target}, backend={backend}, profile={profile}, set={benchmark_set}, kind={kind}): job already exists in the DB"
240
+
)),
241
+
}
240
242
};
241
243
242
244
// Target x benchmark_set x backend x profile -> BenchmarkJob
0 commit comments