Skip to content

Commit 97501b4

Browse files
authored
Merge pull request swiftlang#81 from graydon/cperf-fixes-oct-3
Revert "[run_cperf] Dial back verbosity."
2 parents 1b98158 + cd46ea0 commit 97501b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run_cperf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def get_stats_dir(instance, variant):
225225

226226

227227
def get_actual_config_and_flags(config, stats):
228-
flags = ("-j 1 -num-threads 1 -stats-output-dir '%s'" % stats)
228+
flags = ("-v -j 1 -num-threads 1 -stats-output-dir '%s'" % stats)
229229
# Handle pseudo-configs
230230
if config == 'wmo-onone':
231231
flags += ' -wmo -Onone '
@@ -253,6 +253,7 @@ def execute_runner(instance, workspace, configs, args):
253253
runner_command = [
254254
'./runner.py',
255255
'--swiftc', swiftc_path,
256+
'--verbose',
256257
'--projects', projects,
257258
'--build-config', config,
258259
'--swift-version', '3',

0 commit comments

Comments
 (0)