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

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: Fix broken upload code 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
« no previous file with comments | « slave/skia_slave_scripts/bench_pictures.py ('k') | slave/skia_slave_scripts/upload_bench_results.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3a92f63337a601a24f9252f6005a6abfffc33e52 100644
--- a/slave/skia_slave_scripts/run_bench.py
+++ b/slave/skia_slave_scripts/run_bench.py
@@ -10,7 +10,6 @@ import sys
from build_step import BuildStep
from utils import gclient_utils
-from utils import misc
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+)'
« no previous file with comments | « slave/skia_slave_scripts/bench_pictures.py ('k') | slave/skia_slave_scripts/upload_bench_results.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698