We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
benchmarking_status
The "benchmarking status" stat is ambiguous because it is the status for the entire turnkey benchmark command execution.
turnkey benchmark
Status should actually be broken out by tool phases:
analysis_status
build_status
benchmark_status
That way if the tool gets killed, we know what phase it got killed in.
The text was updated successfully, but these errors were encountered:
benchmark_model()
jeremyfowers
Successfully merging a pull request may close this issue.
The "benchmarking status" stat is ambiguous because it is the status for the entire
turnkey benchmark
command execution.Status should actually be broken out by tool phases:
analysis_status
build_status
benchmark_status
That way if the tool gets killed, we know what phase it got killed in.
The text was updated successfully, but these errors were encountered: