pagebench: fixup some accidental WIP thing from last week

This commit is contained in:
Christian Schwarz
2023-12-05 23:48:58 +00:00
parent d6b7bc2abc
commit 4f79b6d140

View File

@@ -190,8 +190,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()