Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Etc ci performance run locally #12946

Merged
merged 17 commits into from Sep 6, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fixed formatting of timeout argument.

  • Loading branch information
asajeffrey committed Aug 19, 2016
commit 08d15e94663f269b54cf30790258449107a1f528
@@ -239,7 +239,7 @@ def main():
testcases = load_manifest(args.tp5_manifest)
results = []
for testcase in testcases:
command = (["timeout", "{timeout}s".format(args.timeout)] +
command = (["timeout", "{}s".format(args.timeout)] +
command_factory(testcase))
for run in range(args.runs):
print("Running test {}/{} on {}".format(run + 1,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.