From 9efaeb871aa8d518d678d6fb07c8bfb5580e72f3 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Fri, 7 Feb 2025 01:51:16 +0100 Subject: [PATCH] Revert "prev was still slow, what if additionally I inline; if it's still slow, it's the futures::Either" This reverts commit fe9417c98c6ab752c1e51318dcabc7cc6cc8dbeb. --- pageserver/src/metrics.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/pageserver/src/metrics.rs b/pageserver/src/metrics.rs index 1eedb9a309..aaf5bc57d1 100644 --- a/pageserver/src/metrics.rs +++ b/pageserver/src/metrics.rs @@ -1313,7 +1313,6 @@ impl Drop for SmgrOpTimer { } impl SmgrOpFlushInProgress { - #[inline(always)] pub(crate) async fn measure(mut self, mut fut: Fut) -> O where Fut: std::future::Future,