[telemetry] Use-8 encoding when read file

We need to specify utf-8 encoding in python 3.6

Bug: chromium:1329577
Change-Id: I26360ee1dbaf82b33e22f69cf02dc6c823f25b89
Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/3670113
Reviewed-by: Wenbin Zhang <wenbinzhang@google.com>
Commit-Queue: Puthikorn Voravootivat <puthik@chromium.org>
1 file changed
tree: f830f1ae4aeaf00e9462a48853a1b05d2bf15d8d
  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