blob: 8ee9e0979f764e05b8fbdeee6f24a12bb95cbc11 [file] [log] [blame]
# Copyright (c) 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'includes': [
'py.isolate',
],
'conditions': [
['OS=="linux"', {
'variables': {
'files': [
'../../../bin/run_chromium_perf',
],
},
}],
['OS=="win"', {
'variables': {
'files': [
'../../../bin/run_chromium_perf.exe',
],
},
}],
],
'variables': {
'command': [
'../../../bin/run_chromium_perf',
'-logtostderr',
'--start_range=<(START_RANGE)',
'--num=<(NUM)',
'--pageset_type=<(PAGESET_TYPE)',
'--chromium_build_nopatch=<(CHROMIUM_BUILD_NOPATCH)',
'--chromium_build_withpatch=<(CHROMIUM_BUILD_WITHPATCH)',
'--run_id=<(RUN_ID)',
'--benchmark_name=<(BENCHMARK)',
'--benchmark_extra_args=<(BENCHMARK_ARGS)',
'--browser_extra_args_nopatch=<(BROWSER_EXTRA_ARGS_NOPATCH)',
'--browser_extra_args_withpatch=<(BROWSER_EXTRA_ARGS_WITHPATCH)',
'--repeat_benchmark=<(REPEAT_BENCHMARK)',
'--run_in_parallel=<(RUN_IN_PARALLEL)',
'--target_platform=<(TARGET_PLATFORM)',
'--value_column_name=<(VALUE_COLUMN_NAME)',
]
}
}