mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-29 06:01:05 -05:00
* 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
21 lines
340 B
Rust
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;
|