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 method name will read something like
665±4ms | 658±4ms | 0.99 | benchmarks.time_test_cone_filter_multiple_order 185±7ms | 179±2ms | 0.97 | benchmarks.time_test_alignment_even_sky
but cone_filter_multiple_order and alignment_even_sky are the meaningful bits of the method name.
cone_filter_multiple_order
alignment_even_sky
Prefixes that would be stripped out:
benchmarks.
benchmark.
time_
test_
mem_
peakmem_
Alternatively, we could do keep things as they are.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the method name will read something like
but
cone_filter_multiple_order
andalignment_even_sky
are the meaningful bits of the method name.Prefixes that would be stripped out:
benchmarks.
orbenchmark.
time_
test_
mem_
peakmem_
Alternatively, we could do keep things as they are.
The text was updated successfully, but these errors were encountered: