[roll] Roll fuchsia [trace] Adding compression on transfer

This uses zstd compression when specified to compress the trace data as it is being downloaded.

The data is stored uncompressed automatically, so post-processing and saving are unaffected by the compression.

A quick comparison
               Uncompressed       Compressed
Duration:        54.4s              20.6  (2.6x faster)
Data transferred 25.2MB             4.7MB  (5.3x smaller)

Original-Bug: 419608311
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1488043
Size-Review: Aidan Wolter <awolter@google.com>
Original-Revision: 2b8c90f3566af0a9ff58eaf516f6bf4111b40079
GitOrigin-RevId: 54f8cc5f5d158b717da12894beaf6ad8f0af97e9
Change-Id: I2c41a1f68a28aabdba9c5cec11684e18159e6cad
1 file changed
tree: e14da7a83f8c25e53f33583d9df313b8cc9b1cdb
  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.