summaryrefslogtreecommitdiffstats
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Benchmarking updatesDouglas Rumbaugh2024-01-308-24/+472
|
* Multithreaded Insertion BenchmarkDouglas Rumbaugh2024-01-241-11/+37
|
* WAtermark testing benchmarkDouglas Rumbaugh2024-01-221-0/+53
|
* Adjusted recon_benchmark and properly shutdown FIFOSchedulerDouglas Rumbaugh2024-01-221-12/+24
|
* Benchmarking: updated insert_query_tput to use better rngDouglas Rumbaugh2024-01-221-3/+14
|
* Moved some benchmarks over to range countDouglas Rumbaugh2024-01-222-6/+6
|
* Initial rough-out of internal statistics trackerDouglas Rumbaugh2024-01-191-0/+2
| | | | | | Need to figure out the best way to do the detailed tracking in a concurrent manner. I was thinking just an event log, with parsing routines for extracting statistics. But that'll be pretty slow.
* Benchmarking programsDouglas B. Rumbaugh2024-01-1517-4/+119
|
* Query throughput benchmarkDouglas Rumbaugh2023-12-131-0/+79
|
* insert_tput: minor adjustmentsDouglas Rumbaugh2023-11-161-12/+7
|
* Insertion throughput benchmarkDouglas Rumbaugh2023-11-151-0/+49
|
* Change PGM to range count.Dong Xie2023-07-283-9/+14
|
* PGM-based Point Lookup benchmarksDouglas Rumbaugh2023-07-274-0/+300
|
* UPGM: added epsilon configuration parameterDouglas Rumbaugh2023-07-261-1/+1
|
* Alex warmup via bulkloadingDouglas Rumbaugh2023-07-261-34/+22
|
* Adjusted calculation for index sizeDouglas Rumbaugh2023-07-263-1/+3
|
* Updatable PGM benchmarkDouglas Rumbaugh2023-07-261-0/+213
|
* Alex: updated progress bar code for benchmarkDouglas Rumbaugh2023-07-251-0/+2
|
* KNN Benches: added k as an optional cmdline argumentDouglas Rumbaugh2023-07-252-14/+8
|
* ALEX: Added progress bars backDouglas Rumbaugh2023-07-251-0/+2
|
* ALEX Benchmarking: added benchmark for ALEXDouglas Rumbaugh2023-07-254-235/+463
|
* Benchmarks: mtree and vptree benchmark updatesDouglas Rumbaugh2023-07-254-8/+58
| | | | | | | | | Note: cosine similarity doesn't seem to work for VPTree--I don't think that it is actually a metric, upon further research. At the very least I can't find anyone claiming it is, and I've found several people claiming it isn't. On testing with the Word2Vec data, Euclidean distance works insofar as the M-Tree and VPTree return the same KNN results for test queries, whereas Cosine Similarity does not work.
* M-Tree benchmarksDouglas Rumbaugh2023-07-244-6/+87
|
* Cosine Similarity TypeDouglas Rumbaugh2023-07-241-1/+1
|
* ISAM IRS query bugfixesDouglas Rumbaugh2023-07-241-1/+1
|
* Benchmarking: Added utility functions for VPTree/KNNDouglas Rumbaugh2023-07-232-4/+127
|
* BTree-based baselines for IRS and Range queriesDouglas Rumbaugh2023-07-234-3/+213
|
* Triespline RQ fixesDouglas Rumbaugh2023-07-231-3/+3
|
* Benchmarking updatesDouglas Rumbaugh2023-07-235-15/+162
|
* Benchmark updatesDouglas Rumbaugh2023-07-032-2/+4
|
* BugfixesDouglas Rumbaugh2023-07-031-0/+2
|
* PGMRQ benchmarkDouglas Rumbaugh2023-06-261-0/+65
|
* Benchmark output format adjustmentsDouglas Rumbaugh2023-06-262-2/+4
| | | | | | | | | | Benchmarks should now return, insert throughput index size (not counting data arrays) sampling latency static index size static sampling latency
* Merge branch 'master' of github.com:dbrumbaugh/dynamic-extensionDouglas Rumbaugh2023-06-262-3/+3
|\
| * Benchmark updatesDouglas Rumbaugh2023-06-262-3/+3
| |
* | Added static benchmarkingDouglas Rumbaugh2023-06-262-0/+49
|/
* Triespline Range Query benchmarkDouglas Rumbaugh2023-06-131-0/+55
|
* Benchmark refactoring/cleanupDouglas Rumbaugh2023-06-134-93/+136
|
* Benchmark refactoringDouglas Rumbaugh2023-06-133-130/+149
|
* bench.h: Warmup delete bugfixDouglas B. Rumbaugh2023-06-091-2/+2
|
* Bugfixes for query state processing functionDouglas Rumbaugh2023-06-071-2/+5
|
* Benchmark updates (disabled sampling temporarily)Douglas Rumbaugh2023-06-072-4/+4
|
* Sampling benchmarkDouglas Rumbaugh2023-06-072-0/+363