From 180631da1f120f6b877d205b54193463d8424f51 Mon Sep 17 00:00:00 2001 From: Bojan Serafimov Date: Wed, 16 Mar 2022 22:40:36 -0400 Subject: [PATCH] Remove todos --- pageserver/src/bin/psbench.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pageserver/src/bin/psbench.rs b/pageserver/src/bin/psbench.rs index 32eb4e026f..d4002baa46 100644 --- a/pageserver/src/bin/psbench.rs +++ b/pageserver/src/bin/psbench.rs @@ -103,9 +103,6 @@ impl Page { #[tokio::main] async fn main() -> Result<()> { - - // TODO do I need connection string to pageserver? - let arg_matches = App::new("LALALA") .about("lalala") .version(GIT_VERSION) @@ -197,7 +194,6 @@ async fn main() -> Result<()> { _ = client.query(init_query.as_str(), &[]) => (), }; - // TODO why is it failing? Page doesn't exist yet maybe? There's error in log file. // TODO be mindful of caching, take multiple measurements, use monotonic time. use std::time::{Duration, Instant}; for (lsn, _pages) in writes_per_entry {