summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/clock/clock_benchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/clock/clock_benchmark.cpp')
-rw-r--r--vespalib/src/tests/clock/clock_benchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/tests/clock/clock_benchmark.cpp b/vespalib/src/tests/clock/clock_benchmark.cpp
index 249add4bc1a..a21ad2b05ef 100644
--- a/vespalib/src/tests/clock/clock_benchmark.cpp
+++ b/vespalib/src/tests/clock/clock_benchmark.cpp
@@ -134,7 +134,7 @@ main(int , char *argv[])
uint64_t frequency = atoll(argv[1]);
uint32_t numThreads = atoi(argv[2]);
uint64_t samples = atoll(argv[3]);
- FastOS_ThreadPool pool(0x10000);
+ FastOS_ThreadPool pool;
NSValue nsValue;
NSVolatile nsVolatile;
NSAtomic nsAtomic;