From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Gibson To: passt-dev@passt.top Subject: [PATCH v2 0/4] Cleanups to performance tests Date: Fri, 02 Sep 2022 12:04:30 +1000 Message-ID: <20220902020434.24238-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4011602079370326560==" --===============4011602079370326560== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit A handful of changes to the performance tests to make them more robust and faster. Changes since v1: * Addressed missing change in test time parameterization * Updated commit messages for accuracy in final version David Gibson (4): gitignore pidfiles other than passt.pid test: Combine iperf3c and iperf3s into a single DSL command test: Parameterize run time for throughput performance tests test: Rewrite test_iperf3 .gitignore | 3 +- test/lib/test | 113 +++++++++++++++++++------------------------- test/perf/passt_tcp | 68 ++++++++++---------------- test/perf/passt_udp | 63 +++++++++--------------- test/perf/pasta_tcp | 61 +++++++++--------------- test/perf/pasta_udp | 61 ++++++++++-------------- 6 files changed, 144 insertions(+), 225 deletions(-) -- 2.37.2 --===============4011602079370326560==--