Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2021 13:58:50 GMT
From:      Lutz Donnerhacke <donner@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c737affe7cb0 - stable/12 - tests/libalias: Reduce stress
Message-ID:  <202105301358.14UDwo7o083109@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by donner:

URL: https://cgit.FreeBSD.org/src/commit/?id=c737affe7cb01880bb71bbdd545c0c7a45803755

commit c737affe7cb01880bb71bbdd545c0c7a45803755
Author:     Lutz Donnerhacke <donner@FreeBSD.org>
AuthorDate: 2021-05-23 20:41:26 +0000
Commit:     Lutz Donnerhacke <donner@FreeBSD.org>
CommitDate: 2021-05-30 13:58:15 +0000

    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.
    
    (cherry picked from commit a660948b7b2d875591aba3713620424c51330038)
---
 tests/sys/netinet/libalias/2_natout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/sys/netinet/libalias/2_natout.c b/tests/sys/netinet/libalias/2_natout.c
index 1eeeac2ef868..5b3e9a906bf5 100644
--- a/tests/sys/netinet/libalias/2_natout.c
+++ b/tests/sys/netinet/libalias/2_natout.c
@@ -344,7 +344,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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105301358.14UDwo7o083109>