aboutsummaryrefslogtreecommitdiff
path: root/crosperf/benchmark.py
diff options
context:
space:
mode:
authorHan Shen <shenhan@google.com>2016-02-01 16:18:19 -0800
committerchrome-bot <chrome-bot@chromium.org>2016-02-02 22:07:30 +0000
commit0d39863d8578fb1c6e7077b2c7cc5ca79edcf4dd (patch)
tree9c310ce770abfa18f4c3719d52e78e0f4ca2e02c /crosperf/benchmark.py
parentc55a14c3dd2fe62775bc35a09bd3467389d9bdd8 (diff)
downloadtoolchain-utils-0d39863d8578fb1c6e7077b2c7cc5ca79edcf4dd.tar.gz
Fix lint for toolchain-utils.
Tested: run_tests.sh && cros lint on all the modified files. Change-Id: Ife1e9620535f70849c58e932637b7b0f150b13ac Reviewed-on: https://chrome-internal-review.googlesource.com/246650 Commit-Ready: Han Shen <shenhan@google.com> Tested-by: Han Shen <shenhan@google.com> Reviewed-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'crosperf/benchmark.py')
-rw-r--r--crosperf/benchmark.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/crosperf/benchmark.py b/crosperf/benchmark.py
index 91e0f7c8..9557c675 100644
--- a/crosperf/benchmark.py
+++ b/crosperf/benchmark.py
@@ -3,6 +3,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+"""Define a type that wraps a Benchmark instance."""
class Benchmark(object):
"""Class representing a benchmark to be run.