Commit 0823191b authored by ernstm's avatar ernstm Committed by Commit bot

telemetry: Remove obsolete benchmark aliases.

R=tonyg@chromium.org,dtu@chromium.org
BUG=426649

Review URL: https://codereview.chromium.org/684673002

Cr-Commit-Position: refs/heads/master@{#301520}
parent efe523e2
......@@ -14,12 +14,5 @@ from telemetry.core import environment
if __name__ == '__main__':
base_dir = os.path.dirname(os.path.realpath(__file__))
test_aliases = {
'blink_perf': 'blink_perf.all',
'image_decoding.tough_decoding_cases':
'image_decoding.image_decoding_measurement',
'media.tough_media_cases': 'media.tough_video_cases',
'page_cycler.pica': 'pica.pica',
}
benchmark_runner.config = environment.Environment([base_dir], test_aliases)
benchmark_runner.config = environment.Environment([base_dir])
sys.exit(benchmark_runner.main())
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment