mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 00:50:36 +00:00
pagebench: restructure dir a bit
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
mod tenant_timeline_id;
|
||||
|
||||
use anyhow::Context;
|
||||
use pageserver::client::page_service::RelTagBlockNo;
|
||||
use pageserver::pgdatadir_mapping::{is_rel_block_key, key_to_rel_block};
|
||||
@@ -20,7 +18,7 @@ use std::sync::atomic::{AtomicU64, Ordering};
|
||||
use std::sync::{Arc, Mutex};
|
||||
use std::time::{Duration, Instant};
|
||||
|
||||
use self::tenant_timeline_id::TenantTimelineId;
|
||||
use crate::util::tenant_timeline_id::TenantTimelineId;
|
||||
|
||||
/// GetPage@LatestLSN, uniformly distributed across the compute-accessible keyspace.
|
||||
#[derive(clap::Parser)]
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
use clap::Parser;
|
||||
|
||||
pub(crate) mod util;
|
||||
|
||||
mod getpage_latest_lsn;
|
||||
|
||||
/// Component-level performance test for pageserver.
|
||||
|
||||
1
pageserver/pagebench/src/util.rs
Normal file
1
pageserver/pagebench/src/util.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub(crate) mod tenant_timeline_id;
|
||||
Reference in New Issue
Block a user