summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/iterator_benchmark
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include iomanip to get declaration of std::setwTor Egge2024-04-231-0/+1
* 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-162-2/+23
* 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-158-42/+350
* Only 1 default value is supported when using disjunct terms/children.Geir Storli2024-04-111-2/+4
* Support populating attribute where docid sets matching terms/children are dis...Geir Storli2024-04-107-56/+117
* find crossoverHåvard Pettersen2024-03-252-4/+151
* Add benchmarking of WeakAnd operators.Geir Storli2024-03-225-33/+133
* tag blueprints with strictnessHåvard Pettersen2024-03-201-7/+6
* Add factory for creating a blueprint for a given benchmark setup.Geir Storli2024-03-195-125/+219
* Move code to build attribute(s) to a separate class.Geir Storli2024-03-196-146/+208
* Refactor and move common code.Geir Storli2024-03-184-61/+92
* 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-015-78/+304
* 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-082-0/+406