aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/iterator_benchmark/iterator_benchmark_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Wire in a common shared heap for WeakAnd.Henning Baldersheim11 days1-1/+1
* remove code to estimate actual costHåvard Pettersen2024-05-141-2/+14
* run non-strict source blenderHåvard Pettersen2024-05-071-30/+44
* baseline source blender integration in benchmarkHåvard Pettersen2024-05-061-7/+27
* when is actual non-strict array lookup fasterHåvard Pettersen2024-05-021-11/+27
* Integrate estimate for actual blueprint cost and add more OR non-strict tests.Geir Storli2024-04-301-6/+24
* Use better non-strict cost estimates for btree and disk index iterators.Geir Storli2024-04-191-52/+85
* Adjust strict cost of bitvector after benchmarking.Geir Storli2024-04-161-1/+18
* Adjust strict cost of intermediate / complex leaf blueprints.Geir Storli2024-04-151-9/+19
* Re-adjust cost model params for IN/weightedSet/dotProduct.Geir Storli2024-04-151-0/+7
* Add benchmarking of intermediate blueprints with configurable children setups.Geir Storli2024-04-151-42/+193
* Support populating attribute where docid sets matching terms/children are dis...Geir Storli2024-04-101-25/+35
* find crossoverHåvard Pettersen2024-03-251-3/+151
* Add benchmarking of WeakAnd operators.Geir Storli2024-03-221-24/+93
* tag blueprints with strictnessHåvard Pettersen2024-03-201-7/+6
* Add factory for creating a blueprint for a given benchmark setup.Geir Storli2024-03-191-121/+8
* Move code to build attribute(s) to a separate class.Geir Storli2024-03-191-146/+6
* Refactor and move common code.Geir Storli2024-03-181-61/+4
* Prepare benchmarks for analyzing term search in attributes and disk index.Geir Storli2024-03-051-29/+43
* Add initial support to benchmark over a disk index field.Geir Storli2024-03-011-78/+147
* Extend benchmark with more test cases and options.Geir Storli2024-02-291-32/+66
* know the in-flow when sorting blueprintsHåvard Pettersen2024-02-231-1/+2
* Support simulation of a filter in non-strict context.Geir Storli2024-02-211-56/+91
* Minor improvements after code review.Geir Storli2024-02-191-8/+8
* Prettify printing of BenchmarkResult.Geir Storli2024-02-191-12/+19
* Analyze complex leaf and term search over attributes with fast-search.Geir Storli2024-02-161-116/+202
* Refactor and use auto instead of template argument.Geir Storli2024-02-151-23/+25
* Analyze term search in attributes without fast-search.Geir Storli2024-02-141-56/+264
* Use search iterator class name directly.Geir Storli2024-02-131-13/+2
* Add name of the search iterator in a benchmark result.Geir Storli2024-02-131-6/+19
* Support AND operator and reduce the time for populating attributes.Geir Storli2024-02-131-41/+72
* Add low-level benchmark program for search iterators.Geir Storli2024-02-081-0/+396