From c2fef84618b89a5e389bb22966dc1f7e917ef671 Mon Sep 17 00:00:00 2001 From: Nicholas Gates Date: Tue, 26 Mar 2024 12:14:59 +0000 Subject: [PATCH] More readme --- bench-vortex/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/bench-vortex/src/lib.rs b/bench-vortex/src/lib.rs index 89c8b22ecf..5624f2ab1f 100644 --- a/bench-vortex/src/lib.rs +++ b/bench-vortex/src/lib.rs @@ -145,6 +145,7 @@ mod test { use crate::taxi_data::download_taxi_data; use crate::{compress_ctx, compress_taxi_data, setup_logger}; + #[ignore] #[test] fn compression_ratio() { setup_logger(LevelFilter::Debug);