basebackup bench: fixup copy-pasta of wip

This commit is contained in:
Christian Schwarz
2023-12-05 23:49:40 +00:00
parent 4f79b6d140
commit 8a555f1cf3

View File

@@ -182,8 +182,8 @@ async fn main_impl(
// discover targets
let mut timelines: Vec<TenantTimelineId> = Vec::new();
if false {
timelines = timelines.clone();
if args.targets.is_some() {
timelines = args.targets.clone().unwrap();
} else {
let tenants: Vec<TenantId> = mgmt_api_client
.list_tenants()