Skip to content

Commit 2464da9

Browse files
authored
Merge pull request swiftlang#75 from graydon/run-cperf-debugging-sep-29
[run_cperf] Add debugging output and adjust stats dirs
2 parents 86038a2 + dcc6073 commit 2464da9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run_cperf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ def main():
9898
args.output.close()
9999
shutil.copyfile(o, p)
100100

101+
common.check_execute(['find', workspace, '-ls'])
102+
101103
return regressions
102104

103105

@@ -217,7 +219,7 @@ def get_stats_dir(instance, variant):
217219

218220

219221
def get_actual_config_and_flags(config, stats):
220-
flags = ("-stats-output-dir '%s'" % stats)
222+
flags = ("-stats-output-dir %s" % stats)
221223
# Handle as a pseudo-configs
222224
if config == 'wmo-onone':
223225
flags += ' -wmo -Onone '

0 commit comments

Comments
 (0)