diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2024-02-23 15:40:49 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2024-02-23 15:40:49 -0500 |
| commit | 69f36c9b4f5df19f09156689b333afe29a017eed (patch) | |
| tree | f908ce79c7844696b08cc52c78df3e880fa7c7e7 /benchmarks/old-bench | |
| parent | 0fcf63e9e47bae61b9f7289c157b28ec294c2e24 (diff) | |
| download | dynamic-extension-69f36c9b4f5df19f09156689b333afe29a017eed.tar.gz | |
Benchmark updates
Diffstat (limited to 'benchmarks/old-bench')
| -rw-r--r-- | benchmarks/old-bench/include/bench_utility.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/benchmarks/old-bench/include/bench_utility.h b/benchmarks/old-bench/include/bench_utility.h index e33b93d..f495f18 100644 --- a/benchmarks/old-bench/include/bench_utility.h +++ b/benchmarks/old-bench/include/bench_utility.h @@ -79,8 +79,6 @@ struct cosine_similarity { } }; -typedef tlx::BTree<key_type, btree_record, btree_key_extract> TreeMap; -typedef mt::mtree<Word2VecRec, euclidean_distance> MTree; template <de::RecordInterface R> static bool build_insert_vec(std::fstream &file, std::vector<R> &vec, size_t n, |