summaryrefslogtreecommitdiffstats
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
...
* MTree structure sizeDouglas Rumbaugh2024-05-102-2/+6
|
* Added benchmarks for BigANNDouglas Rumbaugh2024-05-098-7/+379
|
* TSParmsweep: enabled forcing a full buffer scanDouglas Rumbaugh2024-05-081-1/+1
|
* VPTree BSM: Added extra tab to keep numbers from running togetherDouglas Rumbaugh2024-05-081-1/+1
|
* FST benchmarksDouglas Rumbaugh2024-05-033-1/+244
|
* Switched to using framework-BSM mode for Bentley-Saxe benchmarksDouglas Rumbaugh2024-05-032-28/+70
|
* Adjusted selectivity for range benches down to .0001Douglas Rumbaugh2024-05-017-8/+9
|
* TS BSM AdjustmentsDouglas Rumbaugh2024-05-013-11/+78
|
* File Util: fixed the reading in of undesired queriesDouglas Rumbaugh2024-05-011-1/+1
|
* Added error checks to file opening, and generalized key typesDouglas Rumbaugh2024-05-011-4/+36
|
* VPTree BSM BenchmarkDouglas Rumbaugh2024-04-301-0/+74
|
* Added VPTree BSM benchmarkDouglas Rumbaugh2024-04-305-5/+362
|
* Alex benchmarkDouglas Rumbaugh2024-04-291-146/+85
|
* Updated dynamic PGM benchmark to use index sizeDouglas Rumbaugh2024-04-291-1/+1
|
* Added vptree parmsweep benchmark and fixed some CMake issuesDouglas Rumbaugh2024-04-231-0/+129
|
* BSMTriespline: updated to use a rangecount queryDouglas Rumbaugh2024-04-231-4/+6
|
* benchmarks/file_util: removed dependency on framework in prep for ALEXDouglas Rumbaugh2024-04-231-4/+1
|
* Fixed usage printf() in benchmarksDouglas Rumbaugh2024-04-228-8/+8
|
* TS Parameter sweep benchmarkDouglas Rumbaugh2024-04-221-0/+124
|
* Benchmark update+reorganizationDouglas Rumbaugh2024-04-2213-50/+536
| | | | The Alex benchmark isn't updated yet.
* Added plain BSM and MDSP BSM benchmarkDouglas Rumbaugh2024-04-225-2/+311
|
* Properly implemented support for iteratively decomposable problemsDouglas Rumbaugh2024-04-191-6/+0
|
* Fixed some benchmarking bugsDouglas Rumbaugh2024-04-192-1/+7
|
* Adjusted benchmark parametersDouglas Rumbaugh2024-04-193-3/+3
|
* More trie baseline testsDouglas Rumbaugh2024-04-193-0/+307
|
* Benchmark updatesDouglas Rumbaugh2024-04-195-12/+72
|
* Updated FSTrie to use const char * instead of std::stringDouglas Rumbaugh2024-04-151-10/+8
| | | | Note: this requires the caller to manage the memory of the strings
* Print size statisticsDouglas Rumbaugh2024-04-152-9/+15
|
* Added a dynamic trie benchmarkDouglas Rumbaugh2024-04-151-0/+98
|
* trie_bench: Added static query latencyDouglas Rumbaugh2024-04-111-3/+21
|
* Updated FSTrie benchmark and some minor fixesDouglas B. Rumbaugh2024-03-261-28/+45
|
* Clean up extraneous fileDouglas B. Rumbaugh2024-03-251-0/+0
|
* Updates for build on OpenBSDDouglas B. Rumbaugh2024-03-253-2/+15
| | | | | | | | | 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.
* FSTrie testing and debuggingDouglas Rumbaugh2024-03-221-0/+92
|
* Benchmarking tweaksDouglas Rumbaugh2024-03-141-26/+33
|
* Benchmark updatesDouglas Rumbaugh2024-02-2312-447/+583
|
* Updated watermark benchmark to shuffle dataDouglas Rumbaugh2024-02-201-6/+15
|
* Benchmark updatesDouglas Rumbaugh2024-02-093-2/+248
|
* Fixed benchmark memory leakDouglas Rumbaugh2024-02-081-0/+2
|
* Fully realized shard concept interfaceDouglas Rumbaugh2024-02-078-8/+8
|
* Set up tombstone deletes properlyDouglas Rumbaugh2024-02-051-9/+9
|
* updated btree benchmarkDouglas Rumbaugh2024-01-311-0/+4
|
* IRS bench (replication of existing one)Douglas Rumbaugh2024-01-311-0/+125
|
* BTree benchmarkDouglas Rumbaugh2024-01-312-2/+118
|
* Updated throughput bench to use SOSDDouglas Rumbaugh2024-01-312-21/+39
|
* Updated insert query throughput to use IRS queriesDouglas Rumbaugh2024-01-312-110/+8
|
* insert query tput updatesDouglas Rumbaugh2024-01-311-2/+7
|
* Insert throughput benchmarkDouglas Rumbaugh2024-01-312-45/+219
|
* Query/Insert intermix benchmarksDouglas Rumbaugh2024-01-312-38/+153
|
* Temporary thread affinity for reconstructionDouglas Rumbaugh2024-01-311-6/+7
|