[roll] Roll fuchsia [perfcompare][test] Remove dependency on numpy

Similar to the earlier change to perfcompare.py, this allows
perfcompare_test.py to be run using fuchsia-vendored-python, so that
it doesn't require using Infra's vpython (or using a system-installed
NumPy).

Note that numpy.inf and numpy.nan are just floats (not a numpy type),
and numpy.inf == float('inf'), so this doesn't change the behaviour of
the test.

Original-Bug: 496596903
Test: perfcompare_test.py
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1574162
Original-Revision: 0f0a332833b744d31975450241ad3ed8f7d2a625
GitOrigin-RevId: 0cbdc0b5547b08ae97231266e4e88ab83208c478
Change-Id: I3eba3f62712f764ea30c551eaeae6ea28417fba8
1 file changed
tree: daa97bbfb8fab342a8b59a9f6be5a317486679b3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.