Add size metric and test

This commit is contained in:
Bojan Serafimov
2023-06-12 18:25:11 -04:00
parent 4936ab6842
commit 45b71fecec
3 changed files with 68 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ pub struct ComputeMetrics {
pub wait_for_spec_ms: u64,
pub sync_safekeepers_ms: u64,
pub basebackup_ms: u64,
pub basebackup_bytes: u64,
pub config_ms: u64,
pub total_startup_ms: u64,
}