[roll] Roll fuchsia [netstack/bench] Detect regressions in throughput

Currently the netstack iPerf benchmarks emit a throughput metric without
a specified unit, which means Catapult does not know whether bigger is
better or worse (it's better, in this case). Instead, emit "bits/second"
for the unit and add support in the Catapult converter to understand
"bits/second" as a "bigger-is-better" unit.

Original-Bug: 108749
Test: fx test catapult_converter_unittest
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/728960
Original-Revision: 5f14988cbcc45c6191d40351fc46e14d05217840
GitOrigin-RevId: a828c7f61d40c95507a7f63d11675229a6b47870
Change-Id: I830f252a192a1676f17ace3f11e196f94c43a680
1 file changed
tree: 99161f1cbce5ffdd8fd6a94f6ce1aecd9913df65
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.