Reduce number of threads TestThreadExecutor::many_threads a bit. Especially runs with dynamic analysis tools (asan/ubsan/etc.) cause very high system load.

This commit is contained in:
Alexander Mai 2015-11-28 12:04:03 +01:00
parent 93c02ce826
commit 174317429f
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ private:
}
void many_threads() {
check(20, 100, 100,
check(16, 100, 100,
"int main()\n"
"{\n"
" char *a = malloc(10);\n"