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

Unified Diff: testing/scripts/run_gtest_perf_test.py

Issue 2889153007: Update run_gtest_perf_test.py to streaming command output to stdout & log file at the same time (Closed)
Patch Set: Address Daniel's comments Created 3 years, 7 months 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 | « testing/scripts/common.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = (
« no previous file with comments | « testing/scripts/common.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698