aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPatrik Höglund <phoglund@webrtc.org>2020-03-27 19:22:36 +0100
committerCommit Bot <commit-bot@chromium.org>2020-03-28 13:44:43 +0000
commita7a0173713946b5378b678460bfe71a8157d86d4 (patch)
tree4f4303594ed6fdcacc8a168fa7b434159dd2c25b /audio
parent16c63eb5f3e23c6fe80b31e6db9b95ea34c24c23 (diff)
downloadwebrtc-a7a0173713946b5378b678460bfe71a8157d86d4.tar.gz
Remove the histogram flag and all Chart JSON code.
Since the flag is now on by default, we can remove it (after all callers stop passing it). We can also remove all Chart JSON code from WebRTC since it is no longer used. Requires one recipe CL and one downstream CL to land first. Bug: chromium:1029452 Change-Id: Ic1d62e8ab9dfcd255cd2bf51d153db80d59c564b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/171878 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30927}
Diffstat (limited to 'audio')
-rwxr-xr-xaudio/test/low_bandwidth_audio_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/test/low_bandwidth_audio_test.py b/audio/test/low_bandwidth_audio_test.py
index 6a95903373..51273f7486 100755
--- a/audio/test/low_bandwidth_audio_test.py
+++ b/audio/test/low_bandwidth_audio_test.py
@@ -286,7 +286,6 @@ def main():
_LogCommand(test_command + [
'--sample_rate_hz=%d' % analyzer.sample_rate_hz,
'--test_case_prefix=%s' % analyzer.name,
- '--write_histogram_proto_json'
] + args.extra_test_args),
stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
perf_results_file = None