Use an unstable algorithm for grenad::Sorter when possible

This commit is contained in:
Loïc Lecrenier 2022-09-13 10:40:37 +02:00
parent f8697075ea
commit 3794962330
14 changed files with 18 additions and 1 deletions

View file

@ -1489,6 +1489,7 @@ mod tests {
assert_eq!(count, 4);
}
#[cfg(feature = "default")]
#[test]
fn test_meilisearch_1714() {
let index = TempIndex::new();