Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1586)

Unified Diff: slave/skia_slave_scripts/run_bench.py

Issue 304393002: Adds uploading picture benchmark JSON data (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: slave/skia_slave_scripts/run_bench.py
diff --git a/slave/skia_slave_scripts/run_bench.py b/slave/skia_slave_scripts/run_bench.py
index 46d923a8f2ba31eba40b7eaf2c05ab34161fc1a2..8fac762be75f9cf6cd60a4494d3f04dad5c00988 100644
--- a/slave/skia_slave_scripts/run_bench.py
+++ b/slave/skia_slave_scripts/run_bench.py
@@ -10,7 +10,7 @@ import sys
from build_step import BuildStep
from utils import gclient_utils
-from utils import misc
+from utils import misc # Looks like this is removable?
benchen 2014/05/29 22:20:09 Yes, it seems unused. Please remove. Thanks.
kelvinly 2014/05/30 00:44:51 Done.
GIT = 'git.bat' if os.name == 'nt' else 'git'
GIT_SVN_ID_MATCH_STR = r'git-svn-id: http://skia.googlecode.com/svn/trunk@(\d+)'

Powered by Google App Engine
This is Rietveld 408576698