mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
pagebench: fixup some accidental WIP thing from last week
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user