aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skpbench/_benchresult.py
diff options
context:
space:
mode:
authorGravatar csmartdalton <csmartdalton@google.com>2016-09-23 11:36:11 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-23 11:36:11 -0700
commitbf41fa841b19ebab1eea7df573b3456dd6c5cac0 (patch)
tree8e142632d0f7e7b0e51c492719178d7884eacac3 /tools/skpbench/_benchresult.py
parent68c3d30702c8af5ae249c78b30a9ea2351f875ed (diff)
Add Pixel C knobs to skpbench
Diffstat (limited to 'tools/skpbench/_benchresult.py')
-rw-r--r--tools/skpbench/_benchresult.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skpbench/_benchresult.py b/tools/skpbench/_benchresult.py
index 3969b552b7..32d760c57a 100644
--- a/tools/skpbench/_benchresult.py
+++ b/tools/skpbench/_benchresult.py
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-'''Parses an skpbench result from a line of output text.'''
+"""Parses an skpbench result from a line of output text."""
from __future__ import print_function
import re