aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/postinglistbm/postinglistbm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* remove FastOS_ApplicationHåvard Pettersen2022-04-081-9/+8
* use getopt/getopt_long directlyHåvard Pettersen2022-04-011-20/+18
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-301-1/+1
* use size literals in searchlibArne Juul2021-02-151-1/+2
* Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-251-2/+2
* Add support to run posting list benchmark with different operators (direct, a...Geir Storli2019-05-081-5/+28
* Remove quick mode (that was used for unit testing).Geir Storli2019-05-081-13/+2
* Rename stress classes in preparation for new operators.Geir Storli2019-05-081-8/+7
* Make it possible to specify doc freq for medium and rare words.Geir Storli2019-05-081-3/+15
* Split into two binaries, one for unit testing and one for benchmarking.Geir Storli2019-05-071-148/+13
* Update usage.Geir Storli2019-05-071-3/+5
* Avoid code duplication in fake match loop implementations.Geir Storli2019-05-061-150/+6
* Simplify testFake() function.Geir Storli2019-05-061-58/+75
* Style changes.Geir Storli2019-05-031-80/+68
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-201-2/+0
* Include only what you need.Henning Baldersheim2017-08-181-0/+2
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Now everything builds without fastos.hHenning Baldersheim2017-06-011-2/+2
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-16/+12
* add override in searchlib moduleArne H Juul2017-04-121-1/+1
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-051-2/+5
* - Use distributionkey when serializing for sort instead of gid.Henning Baldersheim2016-12-121-5/+3
* PublishJon Bratseth2016-06-151-0/+491