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.