aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/InferenceModel.hpp')
-rw-r--r--tests/InferenceModel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/InferenceModel.hpp b/tests/InferenceModel.hpp
index 7c51011a22..fd2ab5f6ba 100644
--- a/tests/InferenceModel.hpp
+++ b/tests/InferenceModel.hpp
@@ -121,7 +121,7 @@ struct Params
, m_NumberOfThreads(0)
, m_MLGOTuningFilePath("")
, m_AsyncEnabled(false)
- , m_ThreadPoolSize(1)
+ , m_ThreadPoolSize(0)
{}
};