tree: ac4c4c901f7e293ea03f17e9a201fb1ddd5c22c0 [path history] [tgz]
  1. cmd/
  2. .gitignore
  3. histogram.go
  4. histogram_test.go
  5. README.md
catapult/README.md

Catapult

Go packages for working with Catapult.

Tools in this package

make_histogram

Converts Fuchsia performance test output into a HistogramSet for the Catapult dashboard.

Usage:

go build cmd/make_histogram/make_histogram.go
./make_histogram <input-file>

Where <input-file> contains the json output of a performance test. To generate some example data, run zircon_benchmarks --fbenchmark_out=results.json in a Fuchsia image.