We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ec1874 + 36c1d56 commit a37afb2Copy full SHA for a37afb2
run_cperf
@@ -134,18 +134,6 @@ def main():
134
execute_runner(instance, workspace, configs, args)
135
136
regressions = analyze_results(configs, args)
137
-
138
- # Crude hack to write output to workspace when in CI,
139
- # regardless of --output passed.
140
- if ws_comment is not None:
141
- out = os.path.abspath(os.path.join(os.getcwd(),
142
- args.output.name))
143
- print("Output written to: %s" % out)
144
- if out != ws_comment:
145
- print("Copying %s to %s" % (out, ws_comment))
146
- args.output.close()
147
- shutil.copyfile(out, ws_comment)
148
149
return regressions
150
151
0 commit comments