[roll] Roll external/github.com/catapult-project/catapult chromeperf: Add quartiles and coefficient of variation to calc_stats.

Quartiles will enable box plots charts to visualise how these
distributions shift over time, and coefficient of variation helps us
understand signal quality.

This change also adds a simple optimisation of explicitly converting the
samples list to a numpy array before calling the various scipy stats
functions, so that scipy doesn't repeatedly do this expensive conversion
implicitly.  This matters more and more as we add more scipy calls in
this pipeline.

Original-Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/2851828
Original-Revision: 0cfa2c068604d31cc110728dde632ddaeeabfa97
GitOrigin-RevId: 959f3b4e3fcbc64c8fb5813ab86477f975d7e0ce
Change-Id: Ieb1dba99fae8376921e9df253164049144b50e9a
1 file changed
tree: 4476fb43267f0f935cf68ff847e8d385d92119b2
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.