Commit e322a36f authored by rmistry's avatar rmistry Committed by Commit bot

[CT+Nanobench] Add gpu to nanobench config

BUG=skia:4644

Review URL: https://codereview.chromium.org/1520453003

Cr-Commit-Position: refs/heads/master@{#364433}
parent efeb58b6
......@@ -55,7 +55,7 @@ def main():
cmd.extend([
'--skps', skps_dir,
'--resourcePath', resource_path,
'--config', '8888',
'--config', '8888', 'gpu',
'--outResultsFile', out_results_file,
'--properties', 'gitHash', args.git_hash,
'--key', 'arch', 'x86_64', 'compiler', 'GCC', 'cpu_or_gpu', 'CPU',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment