-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implements feature based perf instrumentation comparision #806
Implements feature based perf instrumentation comparision #806
Conversation
* Added patch_name parameter to report file creation utility functions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still needs some cleanup (see pylint and mypy complaints).
varats/varats/data/databases/feature_perf_precision_database.py
Outdated
Show resolved
Hide resolved
varats/varats/data/databases/feature_perf_precision_database.py
Outdated
Show resolved
Hide resolved
varats/varats/data/databases/feature_perf_precision_database.py
Outdated
Show resolved
Hide resolved
|
||
if not project.name.startswith( | ||
"SynthIP" | ||
) and project.name != "SynthSAFieldSensitivity": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's annoying that we have to break the abstraction between projects and experiments here (and also later in the tables). But I also don't have a good practical idea how to avoid this...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could not avoid this for all cases, some I got removed but depending on what one wants, it's difficult.
Co-authored-by: Sebastian Böhm <[email protected]>
No description provided.