tree: c95f6873049779ebaf5e388389ec08c5161b8336 [path history] [tgz]
  1. .gitignore
  2. diagnostic.go
  3. histogram.go
  4. histogram_set.go
  5. histogram_set_test.go
  6. histogram_test.go
  7. README.md
catapult/README.md

Catapult

Go packages for working with Catapult.

Example Usage:

Convert Fuchsia performance test output into a HistogramSet for the Catapult dashboard:

catapult make_histogram --datetime=1234455667789 --test-suite=fuchsia.example.benchmark --builder=fuchsia.example.builder --bucket=fuchsia.example.bucket /path/to/test_results.json > histogram_set.json

Upload a file containing a HistogramSet to the Catapult dashboard:

catapult upload --url=https://chromeperf.appspot.com/add_histograms --service-account-json=/path/to/acccount.json histogram_set.json