[Telemetry] Use 'RunPageInteractions' for OilpanGCTimesForInternals & OilpanGCTimesFo...
commit5e5b7c016f392184b6e9feba575619447a23f841
authornednguyen <nednguyen@google.com>
Fri, 13 Mar 2015 06:39:02 +0000 (12 23:39 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 13 Mar 2015 06:39:37 +0000 (13 06:39 +0000)
treec55955c72a161183a0d43f6c18aced21c42ad9e6
parentf0b1943025696550b736df7e9266a1c5b56c732e
[Telemetry] Use 'RunPageInteractions' for OilpanGCTimesForInternals & OilpanGCTimesForBlinkerPerf.
There is no need to change oilpan benchmark because the pages that
are used with these 2 tests do not do any actions in RunPageInteractions.
(see https://code.google.com/p/chromium/codesearch#chromium/src/tools/perf/benchmarks/oilpan_gc_times.py&l=26)

measurement_smoke_test failed to catch these two page tests because it used
index by module name instead of index by class name.
Update measurement_smoke_test to use index by class name.

BUG=418375

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

Cr-Commit-Position: refs/heads/master@{#320461}
tools/perf/measurements/measurement_smoke_test.py
tools/perf/measurements/oilpan_gc_times.py