Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git] / tools / perf / measurements / no_op.py
blobe4442b83971ff4b7f4fd16cd636e183ac76a3b96
1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 from telemetry.page import page_test
7 class NoOp(page_test.PageTest):
8 def __init__(self):
9 super(NoOp, self).__init__('RunPageInteractions')
11 def ValidateAndMeasurePage(self, page, tab, results):
12 pass