chore: fail benchmarks if lakeprof upload fails (#12313)
This commit is contained in:
parent
bd8c861316
commit
e08cb957f5
1 changed files with 3 additions and 3 deletions
|
|
@ -35,9 +35,9 @@ def main() -> None:
|
|||
with open("index.html", "w") as f:
|
||||
f.write(template)
|
||||
|
||||
run("curl", "-T", "index.html", f"{base_url}/index.html")
|
||||
run("curl", "-T", "src/lakeprof.log", f"{base_url}/lakeprof.log")
|
||||
run("curl", "-T", "src/lakeprof.trace_event", f"{base_url}/lakeprof.trace_event")
|
||||
run("curl", "-fT", "index.html", f"{base_url}/index.html")
|
||||
run("curl", "-fT", "src/lakeprof.log", f"{base_url}/lakeprof.log")
|
||||
run("curl", "-fT", "src/lakeprof.trace_event", f"{base_url}/lakeprof.trace_event")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue