From a75333f644afcf87063f4a051994d7a8efd84713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=A4=B4=E4=BA=91?= Date: Sun, 13 Sep 2020 15:18:05 +0800 Subject: [PATCH] Update test_mem.cpp --- test/test_mem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_mem.cpp b/test/test_mem.cpp index e1ea259..53ada5c 100755 --- a/test/test_mem.cpp +++ b/test/test_mem.cpp @@ -19,7 +19,7 @@ namespace { constexpr int DataMin = 4; constexpr int DataMax = 256; constexpr int LoopCount = 8388608; -constexpr int ThreadMax = 16; +constexpr int ThreadMax = 8; // constexpr int DataMin = 256; // constexpr int DataMax = 512;