diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2024-05-14 16:18:16 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2024-05-14 16:18:16 -0400 |
| commit | 096d2e3be15361af90257b69dae4b24f751dcab8 (patch) | |
| tree | 1743d8f51f551fa1f3d2e3dda348857be39a461d /benchmarks | |
| parent | c49543e5c23af6bee35c7164ba433fc663c79041 (diff) | |
| download | dynamic-extension-096d2e3be15361af90257b69dae4b24f751dcab8.tar.gz | |
Moved thread scalability bench to vldb folder
Diffstat (limited to 'benchmarks')
| -rw-r--r-- | benchmarks/vldb/thread_scaling_bench.cpp (renamed from benchmarks/insert_query_tput.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/insert_query_tput.cpp b/benchmarks/vldb/thread_scaling_bench.cpp index 29043af..b679e92 100644 --- a/benchmarks/insert_query_tput.cpp +++ b/benchmarks/vldb/thread_scaling_bench.cpp @@ -10,7 +10,7 @@ #include "shard/ISAMTree.h" #include "query/irs.h" #include "framework/interface/Record.h" -#include "include/file_util.h" +#include "file_util.h" #include <ctime> #include <gsl/gsl_rng.h> |