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:
parent
93c02ce826
commit
174317429f
|
@ -86,7 +86,7 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
void many_threads() {
|
void many_threads() {
|
||||||
check(20, 100, 100,
|
check(16, 100, 100,
|
||||||
"int main()\n"
|
"int main()\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
" char *a = malloc(10);\n"
|
" char *a = malloc(10);\n"
|
||||||
|
|
Loading…
Reference in New Issue