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