From a39398e840cfc7b8608cab10e30efeab3188db2e Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Sun, 18 Sep 2022 15:39:59 +0200 Subject: test/perf: Switch performance test duration to 10 seconds instead of 30 It looks like the workaround for the virtio_net TX hang issue is working less reliably with the new command dispatch mechanism, I'm not sure why. Switch to 10 seconds, at least for the moment. Signed-off-by: Stefano Brivio Reviewed-by: David Gibson --- test/perf/pasta_udp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/perf/pasta_udp') diff --git a/test/perf/pasta_udp b/test/perf/pasta_udp index ae898b1..abb88b0 100644 --- a/test/perf/pasta_udp +++ b/test/perf/pasta_udp @@ -22,7 +22,7 @@ hout FREQ [ -n "__FREQ_CPUFREQ__" ] && echo __FREQ_CPUFREQ__ || echo __FREQ_PROC set THREADS 1 set STREAMS 4 -set TIME 30 +set TIME 10 set OPTS -u -i1 -P __STREAMS__ info Throughput in Gbps, latency in µs, one thread at __FREQ__ GHz, __STREAMS__ streams -- cgit v1.2.3