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
Currently the total time taken is display on seconds - if the time is more than 1000 ms
Consider also minutes. If the total time is >60sec then it should be in mins. eg 121s -> 2m 1s
Look for console_results::print_execution_time
console_results::print_execution_time
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Status quo
Currently the total time taken is display on seconds - if the time is more than 1000 ms
Less than 1000 ms
More than 1000 ms
Expected
Consider also minutes. If the total time is >60sec then it should be in mins. eg 121s -> 2m 1s
Tech Hint
Look for
console_results::print_execution_time
The text was updated successfully, but these errors were encountered: