print(" Test pipeline (on non-standard branch {}) running at {}".format(args.test_branch,test_pipeline_url))
print(" Once done, timing comparison will be available at https://coq-speed.mpi-sws.org/d/1QE_dqjiz/coq-compare?orgId=1&var-project={}&var-branch1=@hoc&var-config1={}&var-branch2=@hoc&var-config2={}".format(project['name'],id+"-base",id+"-test"))
print(" Once done, timing comparison will be available at https://coq-speed.mpi-sws.org/d/1QE_dqjiz/coq-compare?orgId=1&var-project={}&var-branch1=@hoc&var-config1={}&var-branch2=@hoc&var-config2={}".format(project['name'],id+"-base",id+"-test"))
# Dispatch
# Dispatch
...
@@ -143,6 +147,7 @@ if __name__ == "__main__":
...
@@ -143,6 +147,7 @@ if __name__ == "__main__":
parser_time=subparsers.add_parser('time',help='Time one reverse dependency against an Iris branch')
parser_time=subparsers.add_parser('time',help='Time one reverse dependency against an Iris branch')
parser_time.add_argument("project",help="the project to measure the time of")
parser_time.add_argument("project",help="the project to measure the time of")
parser_time.add_argument("--test-branch",help="use different branch on project for the test build (in case the project requires changes to still build)")