tree: 54ce9a2ceb08d67caa0121f71a31f44e28b040b5 [path history] [tgz]
  1. cmd/
  2. .gitignore
  3. diagnostic.go
  4. histogram.go
  5. histogram_set.go
  6. histogram_set_test.go
  7. histogram_test.go
  8. 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.