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

Issue 9724006: Fix typo on run_perf_tests.py. (Closed)

Created:
8 years, 9 months ago by Emily Fortuna
Modified:
8 years, 9 months ago
Reviewers:
vsm
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix typo on run_perf_tests.py. Committed: https://code.google.com/p/dart/source/detail?r=5602

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M tools/testing/perf_testing/run_perf_tests.py View 1 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Emily Fortuna
8 years, 9 months ago (2012-03-16 22:44:30 UTC) #1
vsm
8 years, 9 months ago (2012-03-16 22:56:18 UTC) #2
lgtm

https://chromiumcodereview.appspot.com/9724006/diff/1/tools/testing/perf_test...
File tools/testing/perf_testing/run_perf_tests.py (right):

https://chromiumcodereview.appspot.com/9724006/diff/1/tools/testing/perf_test...
tools/testing/perf_testing/run_perf_tests.py:389: ('Geometric Mean of benchmark
%s performance on %s ' % \
Not sure you need the trailing \ at the end of the line.  You're in an open
paren, so the parser should go onto the next line.

https://chromiumcodereview.appspot.com/9724006/diff/1/tools/testing/perf_test...
tools/testing/perf_testing/run_perf_tests.py:390: (self.platform_type,
utils.GuessOS()), 'Speed (bigger = better)', 16, 5,
Extra whitespace at end of line?

Powered by Google App Engine
This is Rietveld 408576698