From 3c75015caeccd0c78bb83089acd583b4e1c23bdf Mon Sep 17 00:00:00 2001 From: bbenshalom Date: Tue, 16 Apr 2024 18:17:38 +0300 Subject: [PATCH] Ignore elapsed time based test --- src/quantization.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/quantization.rs b/src/quantization.rs index a09d8d06..52b078b8 100644 --- a/src/quantization.rs +++ b/src/quantization.rs @@ -160,6 +160,7 @@ mod tests { } #[test] + #[ignore] fn test_performance() { let weights: Vec = (0..10_000_000).map(|x| x as f32).collect(); let now = std::time::Instant::now();