[roll] Roll fuchsia [hwstress] Run one iteration for single workloads

When only one workload is specified, the existing logic still splits the
test duration (or starts from 100ms) and then runs several iterations,
doubling the test time between each one.

We'd like to use this tool for local testing to generate consistent CPU
load and this start-stop behavior makes it difficult to get stable
output for manual analysis.

When a single workload is specified, this change now runs a single
iteration for the requested test time to create that consistent load.

Test: Verified with `hwstress cpu --workload=mixed --utilization=90`.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/780924
Original-Revision: 7f30efc16b3ba45023e5269c65fa5676f6d5557f
GitOrigin-RevId: 6a6467683d9ce981449249e073719b7c551eced8
Change-Id: I7c5eb05b06e97fe7240b1f16724582a0cada0c93
1 file changed
tree: bf9f82ca7b5d82704875494f72570c469eb84639
  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.