Increase proc count to increase contention
This commit is contained in:
parent
cc7d95a5b7
commit
28c56837c9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
all() ->
|
||||
[test_thrash].
|
||||
|
||||
-define(PROCS, 5).
|
||||
-define(PROCS, 10).
|
||||
|
||||
test_thrash(_Config) ->
|
||||
%% Spin up 15 processes (async thread pool is 10)
|
||||
|
|
Loading…
Reference in a new issue