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
@test_value
It will make logs of performance tests easier to read. E.g., instead of
some_test (10s) [long_result1] [long_result2] [long_result3]
it should be possible to have
some_test [long_result1] [long_result2] [long_result3] (10s)
(have to move the timing to the end in some form, keeping it in the same place will require non-trivial terminal operations)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It will make logs of performance tests easier to read. E.g., instead of
it should be possible to have
(have to move the timing to the end in some form, keeping it in the same place will require non-trivial terminal operations)
The text was updated successfully, but these errors were encountered: