Files
Ivan Pleshkov fe5becdadd Merge pull request #6663
* bq encodings

* are you happy clippy

* are you happy clippy

* are you happy clippy

* are you happy clippy

* gpu tests

* update models

* are you happy fmt

* move additional bits to the end

* fix tests

* Welford's Algorithm

* review remarks

* are you happy clippy

* remove debug println in test

* coderabit nitpicks

* remove unnecessary clone and partialeq

* Use f64 for Welford's Algorithm

* try fix ci

* revert cargo-nextest

* add debug assertions
2025-06-19 18:21:00 +02:00

21 lines
340 B
Rust

#[cfg(test)]
pub mod empty_storage;
#[cfg(test)]
pub mod metrics;
#[cfg(test)]
pub mod stop_condition;
#[cfg(test)]
pub mod test_avx2;
#[cfg(test)]
pub mod test_binary;
#[cfg(test)]
pub mod test_binary_encodings;
#[cfg(test)]
pub mod test_neon;
#[cfg(test)]
pub mod test_pq;
#[cfg(test)]
pub mod test_simple;
#[cfg(test)]
pub mod test_sse;