commit | 936dfb1cb297027447dbe96aa032c59a8a5b1832 | [log] [tgz] |
---|---|---|
author | Edward Lemur <ehmaldonado@webrtc.org> | Thu Nov 30 11:43:42 2017 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 30 11:20:00 2017 +0000 |
tree | fbfc4cbc01e396db5a8f11c7e55011634701ae8a | |
parent | 30e5b260266b91a5545fc8cfe7add67939ce2bcb [diff] [blame] |
Add a function to report perf results in JSON format. Add support to report perf results in the JSON format specified in [1]. [1] https://github.com/catapult-project/catapult/blob/master/dashboard/docs/data-format.md Bug: webrtc:8566 Change-Id: I25f829a4b012b3e2a3d56d61582a674f780148d0 Reviewed-on: https://webrtc-review.googlesource.com/26031 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20950}
diff --git a/test/BUILD.gn b/test/BUILD.gn index 9a50e1c..7eb896d 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn
@@ -148,6 +148,7 @@ deps = [ "..:webrtc_common", + "../api:array_view", "../common_video", "../rtc_base:gtest_prod", "../rtc_base:rtc_base_approved",