[roll] Roll fuchsia [perfcompare] Fix "--expected_sample_size" check for non-perfcompare builds

Fix the recently-added "--expected_sample_size" check so that it gets
applied in the case where only one results directory is passed to
perfcompare.py, which is the common case for when results are
displayed in non-perfcompare builds.

The early return in ComparePerf() stopped this check from being
applied in that case.  I accidentally broke the check for that case by
moving it to the end of the ComparePerf() function.

Original-Bug: 343997506
Run-All-Tests: True
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1059276
Original-Revision: 9dcca711b77c289afd84226d8d80cb4ee0fc9c0a
GitOrigin-RevId: 3f8a0918e1785d1f59ebf8463b9be48d0d7f5726
Change-Id: I6e128f99c67a45399dcd4b8cb256841f918297ff
1 file changed
tree: ad082ce139fdf947fdc285d48662bb895a6decb0
  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 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.