This speeds up processing for inputs with lots of missing metrics, by
avoiding adding them to names.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
utils/compare.py | ||
---|---|---|
37 ↗ | (On Diff #207509) | I don't know if it's relevant, but a missing metrics *and* empty or duplicate name would no longer raise an Exception; it's probably better to continue right after the sanity checks? |
utils/compare.py | ||
---|---|---|
37 ↗ | (On Diff #207509) | Yep, it should be after the name validation, thanks |
Comment Actions
LGTM then, please get another feedback though, I'm not comfortable with that code area