mirror of
https://github.com/boostorg/boost_unordered_benchmarks.git
synced 2026-01-27 18:52:12 +00:00
reduced max number of threads
This commit is contained in:
@@ -203,7 +203,7 @@ void test(
|
||||
#ifdef NUM_THREADS
|
||||
const int num_threads=NUM_THREADS;
|
||||
#else
|
||||
const int num_threads=32;
|
||||
const int num_threads=16;
|
||||
#endif
|
||||
|
||||
std::cout<<title<<" (N="<<N<<", theta="<<theta<<"):"<<std::endl;
|
||||
|
||||
Reference in New Issue
Block a user