-
Notifications
You must be signed in to change notification settings - Fork 790
[Benchmarks] Add benchmarks logger #19158
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
base: sycl
Are you sure you want to change the base?
Conversation
devops/scripts/benchmarks/main.py
Outdated
log.logger.setLevel(log_level) | ||
for handler in log.logger.handlers: | ||
handler.setLevel(log_level) |
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 feel like this logic should be hidden inside of the logger class.
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.
Refactored
cc8c79c
to
3c94250
Compare
@intel/llvm-gatekeepers, this one is ready to merge. CI failures are unrelated to the change. |
No description provided.