Fixed test performance.

This commit is contained in:
Paul Masurel
2023-02-09 17:37:55 +01:00
parent db8583db75
commit b7bfa20e38
2 changed files with 4 additions and 2 deletions

View File

@@ -1,10 +1,13 @@
# zero to one
* revisit line codec
* removal of all rows of a column in the schema due to deletes
* add columns from schema on merge
* Plugging JSON
* replug examples
* move datetime to quickwit common
* switch to nanos
* reintroduce the gcd map.
# Perf and Size
* remove alloc in `ord_to_term`
@@ -21,7 +24,6 @@ compare with roaring bitmap/elias fano etc etc.
SIMD range? (see blog post)
Add alignment?
Consider another codec to bridge the gap between few and 5k elements
fix performance of test_range_for_docs_prop
# Cleanup and rationalization
in benchmark, unify percent vs ratio, f32 vs f64.

View File

@@ -210,7 +210,7 @@ pub mod tests {
let index = Index::create_in_ram(schema);
{
let mut index_writer = index.writer(3_000_000).unwrap();
let mut index_writer = index.writer_with_num_threads(1, 50_000_000).unwrap();
for doc in docs.iter() {
index_writer
.add_document(doc!(