Skip to content

Commit

Permalink
Merge pull request #130 from bbenshalom/ignore-quantization-test
Browse files Browse the repository at this point in the history
Ignore elapsed time based test
  • Loading branch information
bbenshalom authored Apr 16, 2024
2 parents cd270c5 + 3c75015 commit 9e9035b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/quantization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ mod tests {
}

#[test]
#[ignore]
fn test_performance() {
let weights: Vec<f32> = (0..10_000_000).map(|x| x as f32).collect();
let now = std::time::Instant::now();
Expand Down

0 comments on commit 9e9035b

Please sign in to comment.