Add --html --json args to valueset2html.

Currently, valueset2html only upgrades a results2.html in-place.
This change adds support for merging results from multiple html or json files
into a results2.html.

BUG=catapult:#2945

Review-Url: https://chromiumcodereview.appspot.com/2429223003
1 file changed
tree: d170670dfeda1ec1c3c716b4ea15b6efd5a688d0
  1. bin/
  2. catapult_build/
  3. common/
  4. dashboard/
  5. dependency_manager/
  6. devil/
  7. docs/
  8. experimental/
  9. firefighter/
  10. hooks/
  11. infra/
  12. netlog_viewer/
  13. systrace/
  14. telemetry/
  15. third_party/
  16. trace_processor/
  17. tracing/
  18. .eslintignore
  19. .eslintrc
  20. .gitignore
  21. AUTHORS
  22. codereview.settings
  23. CONTRIBUTING.md
  24. LICENSE
  25. navbar.md
  26. OWNERS
  27. PRESUBMIT.py
  28. pylintrc
  29. README.md
  30. WATCHLISTS
README.md

Catapult

Catapult is the home for several performance tools that span from gathering, displaying and analyzing performance data. This includes:

These tools were created by Chromium developers for performance analysis, testing, and monitoring of Chrome, but they can also be used for analyzing and monitoring websites, and eventually Android apps.

Contributing

Please see our contributor's guide

Current build status