aboutgitcodebugslistschat
path: root/test/perf
Commit message (Expand)AuthorAgeFilesLines
* test/perf: Simplify calculation of "omit" time for TCP throughputDavid Gibson2023-11-072-2/+2
* test/perf: Remove unnecessary --pacing-timer optionsDavid Gibson2023-11-072-3/+3
* test/perf: "MTU" changes in passt_tcp host to guest aren't usefulDavid Gibson2023-11-071-29/+8
* test/perf: Explicitly control UDP packet length, instead of MTUDavid Gibson2023-11-072-94/+75
* test/perf: Small MTUs for spliced TCP aren't interestingDavid Gibson2023-11-071-52/+1
* test/perf: Start iperf3 server less oftenDavid Gibson2023-11-074-90/+175
* test/perf: Remove stale iperf3c/iperf3s directivesDavid Gibson2023-11-072-6/+1
* passt: Relicense to GPL 2.0, or any later versionStefano Brivio2023-04-064-4/+4
* test/perf/pasta_tcp: Add host to namespace cases for traffic via tapStefano Brivio2023-01-051-0/+57
* test/perf/pasta_udp: Add host to namespace cases for traffic via tapStefano Brivio2023-01-051-0/+37
* test/perf: Finally drop workaround for virtio_net TX stallStefano Brivio2022-11-042-30/+0
* test/perf: Wait for neper servers in guest to be ready before starting clientStefano Brivio2022-09-232-0/+6
* test/perf: Disable periodic throughput reports to avoid vhost hangStefano Brivio2022-09-224-4/+4
* test/perf: Switch performance test duration to 10 seconds instead of 30Stefano Brivio2022-09-224-4/+4
* test/perf: Always use /sbin/sysctl in tcp testStefano Brivio2022-09-222-6/+6
* test/perf: Check for /sbin/sysctl with which(1), not simply sysctlStefano Brivio2022-09-223-4/+4
* test: Rewrite test_iperf3David Gibson2022-09-072-3/+3
* test: Parameterize run time for throughput performance testsDavid Gibson2022-09-074-83/+89
* test: Combine iperf3c and iperf3s into a single DSL commandDavid Gibson2022-09-074-150/+79
* tests: Explicitly list test files in test/run, remove "onlyfor" supportDavid Gibson2022-07-144-4/+0
* test: Embed script for dhclient(8) in mbuto(1) profileStefano Brivio2022-07-142-2/+2
* Tweak dhclient arguments for readabilityDavid Gibson2022-06-152-2/+2
* Don't abbreviate ip(8) arguments in examples and testsDavid Gibson2022-06-154-12/+12
* test/perf/pasta_udp: Drop redundant assignment of ::1 to loopback interfaceStefano Brivio2022-05-191-1/+0
* test/perf: Work-around for virtio_net hang before long streams from guestStefano Brivio2022-03-292-0/+30
* test/perf/passt_udp: Drop threshold for 256B testStefano Brivio2022-02-211-2/+2
* test/perf/passt_tcp: Drop iperf3 window size for host-to-guest testsStefano Brivio2022-02-011-10/+10
* perf/passt_udp: Lower failure throughput thresholds with big MTUsStefano Brivio2022-01-261-4/+4
* test/perf: Actually load passt enough to test UDP performanceStefano Brivio2021-10-212-26/+26
* test/perf: Try sourcing maximum scaling frequency from cpufreqStefano Brivio2021-10-214-4/+14
* perf/passt_udp: Don't overshoot UDP bandwidth excessively on larger MTUsStefano Brivio2021-10-191-2/+2
* perf/passt_tcp: Don't exceed typical L3 cache sizes with buffersStefano Brivio2021-10-191-8/+8
* test/perf: Use CPU frequency from /proc/cpuinfo instead of cpupower(1)Stefano Brivio2021-10-194-8/+8
* test: Add CI/demo scriptsStefano Brivio2021-09-274-0/+859