From 6bdcf74ad91e0efaa8c2e4339f5085fde8a7982b Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Sat, 5 Apr 2025 19:08:12 -0400 Subject: working commit (temporary progress, doesn't build) --- benchmarks/tail-latency/mixed_workload_average.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'benchmarks/tail-latency/mixed_workload_average.cpp') 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 sfs = {8}; //, 4, 8, 16, 32, 64, 128, 256, 512, 1024}; size_t buffer_size = 8000; - std::vector policies = { - 5 - }; + std::vector policies = { 0, 1, 2}; - std::vector thread_counts = {1, 2, 4, 8, 16, 32}; + std::vector 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