tests/libalias: Reduce stress
Due to the new, external performance test utility, the regular test suite can reduce the stress test to a fair amount of activity. MFC after: 1 week
This commit is contained in:
parent
a269183875
commit
a660948b7b
@ -311,7 +311,7 @@ ATF_TC_BODY(7_stress, dummy)
|
||||
struct in_addr src, dst;
|
||||
uint16_t sport, dport, aport;
|
||||
} *batch;
|
||||
size_t const batch_size = 12000;
|
||||
size_t const batch_size = 1200;
|
||||
size_t const rounds = 25;
|
||||
size_t i, j;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user