[roll] Roll fuchsia [network/bench] Run iPerf for 5s instead of 10

Currently the iPerf benchmarks (both the host-driven ethernet and
hermetic loopback variants) run iPerf for the default 10-second
duration. The tests are currently taking up a lot of time to run in CI
and we can get results that are nearly as useful by running it for just
half the time, so reduce the runtime to 5 seconds.

From running perfcompare, the effects are this are likely to be:
- slightly lower CPU usage for multi-flow ethernet tests
- very slightly lower throughput on the ethernet receive tests
- fewer lost packets for UDP loopback netstack3 tests

For more analysis of why these changes are unconcerning, see
https://fxbug.dev/370786547#comment3.

Original-Bug: 370786547
Test: netstack_iperf_test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1143533
Original-Revision: daf731921b66ca46644f4ac6c864f3da1e6828be
GitOrigin-RevId: 70d0b00361acb5081da7204123ffd347428dec17
Change-Id: I0a4a710602d4331f9fb328e71f47ab3517311558
1 file changed
tree: aeb60e51cbfcc972714961908b3dde8c78dee3d2
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.