[Telemetry] Make the default Name of benchmark to be module_name.ClassName
commit6761cdf59ad5d83ac687637bc022b4764a2fcafc
authornednguyen <nednguyen@google.com>
Fri, 23 Jan 2015 03:17:43 +0000 (22 19:17 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 23 Jan 2015 03:19:08 +0000 (23 03:19 +0000)
treebce858e915bb3d985c22dba8f2596b4f54fb5e98
parentb3b0450905b9da1a3c6a997773d84d7f6727b3cd
[Telemetry] Make the default Name of benchmark to be module_name.ClassName

*NOTE: this patch may *NOT READY FOR SUBMIT* yet until all existing
benchmarks that rely on the old naming scheme have been explicitly define their
Name methods to avoid naming change.

BUG=446891

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

Cr-Commit-Position: refs/heads/master@{#312755}
13 files changed:
content/test/gpu/gpu_tests/context_lost.py
content/test/gpu/gpu_tests/gpu_process.py
content/test/gpu/gpu_tests/gpu_rasterization.py
content/test/gpu/gpu_tests/hardware_accelerated_feature.py
content/test/gpu/gpu_tests/maps.py
content/test/gpu/gpu_tests/memory_test.py
content/test/gpu/gpu_tests/pixel.py
content/test/gpu/gpu_tests/screenshot_sync.py
content/test/gpu/gpu_tests/trace_test.py
content/test/gpu/gpu_tests/webgl_conformance.py
content/test/gpu/gpu_tests/webgl_robustness.py
tools/perf/benchmarks/benchmark_unittest.py
tools/telemetry/telemetry/benchmark.py