[roll] Roll fuchsia [netstack/bench] Fix throughput calculation

The throughput calculation was erroneously subtracting 'lost_packets'
from 'packets', but the value associated with the 'packets' key in the
iperf3 JSON output means packets that were actually received, and not
total packets.

This incorrect assumption was made due to the fact that iperf3's
'lost_percent' value is calculated as `lost_packets / packets`,
so it would be natural to expect that 'packets' means total packets;
but in reality the 'lost_percent' value is not calculated as one
would normally expect.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/827079
Original-Revision: a34da145a1dfcc4f397855be26a11527c8876db7
GitOrigin-RevId: ad67bf26fb19bbc326faf0518ed81baae3797389
Change-Id: If1db67d65fbc73686df7e3e1602313d2a2f5593f
1 file changed
tree: 61569edd4f81f1e58e6e1204045262ec80e6afad
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.