| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | WAtermark testing benchmark | Douglas Rumbaugh | 2024-01-22 | 1 | -0/+53 | |
| | | ||||||
| * | Adjusted recon_benchmark and properly shutdown FIFOScheduler | Douglas Rumbaugh | 2024-01-22 | 1 | -12/+24 | |
| | | ||||||
| * | Benchmarking: updated insert_query_tput to use better rng | Douglas Rumbaugh | 2024-01-22 | 1 | -3/+14 | |
| | | ||||||
| * | Moved some benchmarks over to range count | Douglas Rumbaugh | 2024-01-22 | 2 | -6/+6 | |
| | | ||||||
| * | Initial rough-out of internal statistics tracker | Douglas Rumbaugh | 2024-01-19 | 1 | -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 programs | Douglas B. Rumbaugh | 2024-01-15 | 17 | -4/+119 | |
| | | ||||||
| * | Query throughput benchmark | Douglas Rumbaugh | 2023-12-13 | 1 | -0/+79 | |
| | | ||||||
| * | insert_tput: minor adjustments | Douglas Rumbaugh | 2023-11-16 | 1 | -12/+7 | |
| | | ||||||
| * | Insertion throughput benchmark | Douglas Rumbaugh | 2023-11-15 | 1 | -0/+49 | |
| | | ||||||
| * | Change PGM to range count. | Dong Xie | 2023-07-28 | 3 | -9/+14 | |
| | | ||||||
| * | PGM-based Point Lookup benchmarks | Douglas Rumbaugh | 2023-07-27 | 4 | -0/+300 | |
| | | ||||||
| * | UPGM: added epsilon configuration parameter | Douglas Rumbaugh | 2023-07-26 | 1 | -1/+1 | |
| | | ||||||
| * | Alex warmup via bulkloading | Douglas Rumbaugh | 2023-07-26 | 1 | -34/+22 | |
| | | ||||||
| * | Adjusted calculation for index size | Douglas Rumbaugh | 2023-07-26 | 3 | -1/+3 | |
| | | ||||||
| * | Updatable PGM benchmark | Douglas Rumbaugh | 2023-07-26 | 1 | -0/+213 | |
| | | ||||||
| * | Alex: updated progress bar code for benchmark | Douglas Rumbaugh | 2023-07-25 | 1 | -0/+2 | |
| | | ||||||
| * | KNN Benches: added k as an optional cmdline argument | Douglas Rumbaugh | 2023-07-25 | 2 | -14/+8 | |
| | | ||||||
| * | ALEX: Added progress bars back | Douglas Rumbaugh | 2023-07-25 | 1 | -0/+2 | |
| | | ||||||
| * | ALEX Benchmarking: added benchmark for ALEX | Douglas Rumbaugh | 2023-07-25 | 4 | -235/+463 | |
| | | ||||||
| * | Benchmarks: mtree and vptree benchmark updates | Douglas Rumbaugh | 2023-07-25 | 4 | -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 benchmarks | Douglas Rumbaugh | 2023-07-24 | 4 | -6/+87 | |
| | | ||||||
| * | Cosine Similarity Type | Douglas Rumbaugh | 2023-07-24 | 1 | -1/+1 | |
| | | ||||||
| * | ISAM IRS query bugfixes | Douglas Rumbaugh | 2023-07-24 | 1 | -1/+1 | |
| | | ||||||
| * | Benchmarking: Added utility functions for VPTree/KNN | Douglas Rumbaugh | 2023-07-23 | 2 | -4/+127 | |
| | | ||||||
| * | BTree-based baselines for IRS and Range queries | Douglas Rumbaugh | 2023-07-23 | 4 | -3/+213 | |
| | | ||||||
| * | Triespline RQ fixes | Douglas Rumbaugh | 2023-07-23 | 1 | -3/+3 | |
| | | ||||||
| * | Benchmarking updates | Douglas Rumbaugh | 2023-07-23 | 5 | -15/+162 | |
| | | ||||||
| * | Benchmark updates | Douglas Rumbaugh | 2023-07-03 | 2 | -2/+4 | |
| | | ||||||
| * | Bugfixes | Douglas Rumbaugh | 2023-07-03 | 1 | -0/+2 | |
| | | ||||||
| * | PGMRQ benchmark | Douglas Rumbaugh | 2023-06-26 | 1 | -0/+65 | |
| | | ||||||
| * | Benchmark output format adjustments | Douglas Rumbaugh | 2023-06-26 | 2 | -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-extension | Douglas Rumbaugh | 2023-06-26 | 2 | -3/+3 | |
| |\ | ||||||
| | * | Benchmark updates | Douglas Rumbaugh | 2023-06-26 | 2 | -3/+3 | |
| | | | ||||||
| * | | Added static benchmarking | Douglas Rumbaugh | 2023-06-26 | 2 | -0/+49 | |
| |/ | ||||||
| * | Triespline Range Query benchmark | Douglas Rumbaugh | 2023-06-13 | 1 | -0/+55 | |
| | | ||||||
| * | Benchmark refactoring/cleanup | Douglas Rumbaugh | 2023-06-13 | 4 | -93/+136 | |
| | | ||||||
| * | Benchmark refactoring | Douglas Rumbaugh | 2023-06-13 | 3 | -130/+149 | |
| | | ||||||
| * | bench.h: Warmup delete bugfix | Douglas B. Rumbaugh | 2023-06-09 | 1 | -2/+2 | |
| | | ||||||
| * | Bugfixes for query state processing function | Douglas Rumbaugh | 2023-06-07 | 1 | -2/+5 | |
| | | ||||||
| * | Benchmark updates (disabled sampling temporarily) | Douglas Rumbaugh | 2023-06-07 | 2 | -4/+4 | |
| | | ||||||
| * | Sampling benchmark | Douglas Rumbaugh | 2023-06-07 | 2 | -0/+363 | |