mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-29 22:21:08 -05:00
23 lines
370 B
Rust
23 lines
370 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;
|
|
#[cfg(test)]
|
|
pub mod test_tq;
|