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

Unified Diff: content/test/ct/run_ct_skps.py

Issue 1520453003: [CT+Nanobench] Add gpu to nanobench config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initial upload Created 5 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/ct/run_ct_skps.py
diff --git a/content/test/ct/run_ct_skps.py b/content/test/ct/run_ct_skps.py
index f4234cf507a263c6bd862b48b526c62dc5e058f2..5d6cd5b254969d15028cad3709a91cd5eb952360 100755
--- a/content/test/ct/run_ct_skps.py
+++ b/content/test/ct/run_ct_skps.py
@@ -55,7 +55,7 @@ def main():
cmd.extend([
'--skps', skps_dir,
'--resourcePath', resource_path,
- '--config', '8888',
+ '--config', '8888', 'gpu',
borenet 2015/12/10 19:00:36 You should consider putting this in the Skia repo'
rmistry 2015/12/10 19:02:15 I'll make a note to look into that.
borenet 2015/12/10 19:03:34 Maybe after the skia recipe module can be reused w
'--outResultsFile', out_results_file,
'--properties', 'gitHash', args.git_hash,
'--key', 'arch', 'x86_64', 'compiler', 'GCC', 'cpu_or_gpu', 'CPU',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698