| Index: testing/scripts/gtest_perf_test.py
|
| diff --git a/testing/scripts/gtest_perf_test.py b/testing/scripts/gtest_perf_test.py
|
| index 5518cb1cb2a3ca6fcf25be5aa082ae930979e9ab..ab134e0fa698b8f6be143bdd3d54c8a275571ad0 100755
|
| --- a/testing/scripts/gtest_perf_test.py
|
| +++ b/testing/scripts/gtest_perf_test.py
|
| @@ -31,6 +31,7 @@ def main_run(args):
|
| '--builder-name', args.properties.get('buildername'),
|
| '--build-number', str(args.properties.get('buildnumber')),
|
| '--log-processor-output-file', tempfile_path,
|
| + '--test-type', test_suite,
|
| ]
|
|
|
| if 'android' == args.properties.get('target_platform'):
|
|
|