summaryrefslogtreecommitdiffstats
path: root/benchmarks/watermark_testing.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updates for build on OpenBSDDouglas B. Rumbaugh2024-03-251-1/+5
| | | | | | | | | Necessary updates to get the codebase building under OpenBSD 7.5 with clang. This is a minimal set of changes to get building to work, which includes disabling several things that aren't directly compatable. More work will be necessary to get full functionality. In particular, Triespline, PGM, and the reference M-tree do not currently build on OpenBSD with clang due to GNU dependencies or other gcc specific features.
* Updated watermark benchmark to shuffle dataDouglas Rumbaugh2024-02-201-6/+15
|
* Fully realized shard concept interfaceDouglas Rumbaugh2024-02-071-1/+1
|
* Benchmarking updatesDouglas Rumbaugh2024-01-301-1/+3
|
* WAtermark testing benchmarkDouglas Rumbaugh2024-01-221-0/+53