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:
Lutz Donnerhacke 2021-05-23 22:41:26 +02:00
parent a269183875
commit a660948b7b

View file

@ -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;