tree: ace0ba2a5b63bbd02beb3a69b49d22bcb3dcc9eb [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.