Consider removing all logic where we elide or infer a "time-" prefix
Open
P4
type=defect
- Dominant language
- Java
- Stars
- 818
- Forks
- 112
- Avg merge
- 12m
- Merged PRs (30d)
- 5
Description
```
If I have a method called "timeIt" we report that as "It", and I believe we
accept it in -b as "It" as well.
I think this will bite us in the ass when we move to an (optional or required)
annotation-based approach for identifying benchmark methods.
We can probably lose all of that. For now, "time" would be significant only in
that all benchmark methods start with that, but we don't have to try to get
cute with inferring it and whatnot.
```
Original issue reported on code.google.com by `kevinb@google.com` on 25 Feb 2013 at 7:25
- Blocked on: #199
Contributor guide
Assessment
This issue has not been assessed yet.