summaryrefslogtreecommitdiffstats
path: root/tests/wss_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring progressDouglas Rumbaugh2023-11-061-390/+0
|
* Expanded query interfaceDouglas Rumbaugh2023-07-271-3/+3
| | | | | Query interface now enables skipping of delete processing and stopping query processing when first match is found.
* Added the parameter argument to query merge routineDouglas Rumbaugh2023-07-171-1/+1
| | | | | This is necessary for KNN, but it unused for all currently implemented query types.
* Adjusted tests to account for new sampling interfaceDouglas B. Rumbaugh2023-06-091-0/+5
|
* Interface adjustmentsDouglas Rumbaugh2023-06-071-1/+1
| | | | | | Layout and Delete Policies are now specified via template parameters, and rejection sampling has been removed as an argument to the mutable buffer constructor.
* Test refactoring: pulled record stripping function to testing.hDouglas Rumbaugh2023-06-051-11/+0
|
* Added point-lookup tests for WIRS and WSSDouglas Rumbaugh2023-06-051-0/+50
|
* WSS tests + bugfixesDouglas Rumbaugh2023-06-051-0/+346