| Index: testing/scripts/run_gtest_perf_test.py
|
| diff --git a/testing/scripts/run_gtest_perf_test.py b/testing/scripts/run_gtest_perf_test.py
|
| index 06ade5f0443e3b18cf0f85b6e2882b09b36c3c55..ee3d6296803cc21976d5896b5fc001fcac76fd0f 100755
|
| --- a/testing/scripts/run_gtest_perf_test.py
|
| +++ b/testing/scripts/run_gtest_perf_test.py
|
| @@ -102,9 +102,6 @@ def main():
|
| with common.temporary_file() as tempfile_path:
|
| rc = common.run_command_with_output([executable] + extra_flags,
|
| env=env, stdoutfile=tempfile_path)
|
| - with open(tempfile_path) as f:
|
| - print f.read()
|
| -
|
| # Now get the correct json format from the stdout to write to the
|
| # perf results file
|
| results_processor = (
|
|
|