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

(maybe) strip out redundant parts of method name #8

Open
delucchi-cmu opened this issue Sep 6, 2023 · 0 comments
Open

(maybe) strip out redundant parts of method name #8

delucchi-cmu opened this issue Sep 6, 2023 · 0 comments

Comments

@delucchi-cmu
Copy link
Contributor

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.

Prefixes that would be stripped out:

  • benchmarks. or benchmark.
  • time_
  • test_
  • mem_
  • peakmem_

Alternatively, we could do keep things as they are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant