summaryrefslogtreecommitdiffstats
path: root/benchmarks/tail-latency/mixed_workload_average.cpp
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-04-05 19:08:12 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2025-04-05 19:08:12 -0400
commit6bdcf74ad91e0efaa8c2e4339f5085fde8a7982b (patch)
tree0cd8037f9c9a35966c3022329716a2dc73e2abbb /benchmarks/tail-latency/mixed_workload_average.cpp
parentdddb68e5479a047014f5eec4071fb8e96884354c (diff)
downloaddynamic-extension-6bdcf74ad91e0efaa8c2e4339f5085fde8a7982b.tar.gz
working commit (temporary progress, doesn't build)
Diffstat (limited to 'benchmarks/tail-latency/mixed_workload_average.cpp')
-rw-r--r--benchmarks/tail-latency/mixed_workload_average.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/benchmarks/tail-latency/mixed_workload_average.cpp b/benchmarks/tail-latency/mixed_workload_average.cpp
index c740ed7..375009c 100644
--- a/benchmarks/tail-latency/mixed_workload_average.cpp
+++ b/benchmarks/tail-latency/mixed_workload_average.cpp
@@ -111,11 +111,9 @@ int main(int argc, char **argv) {
std::vector<size_t> sfs = {8}; //, 4, 8, 16, 32, 64, 128, 256, 512, 1024};
size_t buffer_size = 8000;
- std::vector<size_t> policies = {
- 5
- };
+ std::vector<size_t> policies = { 0, 1, 2};
- std::vector<size_t> thread_counts = {1, 2, 4, 8, 16, 32};
+ std::vector<size_t> thread_counts = {4};
reccnt = n;
@@ -148,7 +146,7 @@ int main(int argc, char **argv) {
idx.store(warmup);
- size_t thrd_cnt = 8;
+ size_t thrd_cnt = 1;
std::thread thrds[thrd_cnt];
for (size_t i=0; i<thrd_cnt; i++) {