[typ] Export rdb output to a jsonl file

"--rdb-content-output-file" is to replace the HTTP post operation in
the env, e.g.Skylab where we can not import luci context. As we upload
multiple times, jsonl format represents it better. Because we do not
have to parse the existing content into json every time we append new
result.

BUG=chromium:1233678
TEST=unit test

Change-Id: Ie6b93fc02607c74c61099e6d8c69d973d401db11
Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/4073921
Reviewed-by: Brian Sheedy <bsheedy@chromium.org>
Commit-Queue: Xinan Lin <linxinan@chromium.org>
5 files changed
tree: 6ad2e7cadf3c14a5872e3a3374bb51e251120106
  1. bin/
  2. catapult_build/
  3. common/
  4. dashboard/
  5. dependency_manager/
  6. devil/
  7. docs/
  8. experimental/
  9. hooks/
  10. infra/
  11. netlog_viewer/
  12. systrace/
  13. telemetry/
  14. third_party/
  15. trace_processor/
  16. tracing/
  17. web_page_replay_go/
  18. .eslintignore
  19. .eslintrc
  20. .gcloudignore
  21. .gitignore
  22. .vpython
  23. .vpython3
  24. AUTHORS
  25. BUILD.gn
  26. codereview.settings
  27. CONTRIBUTING.md
  28. DIR_METADATA
  29. generate_telemetry_build.py
  30. LICENSE
  31. navbar.md
  32. OWNERS
  33. PRESUBMIT.py
  34. pylintrc
  35. README.md
  36. 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