-
Notifications
You must be signed in to change notification settings - Fork 186
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
feat: added callback function for getting profilers #393
Conversation
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.
Thanks for your PR 👍
There are a few requirements that must be be satisfy before we accept the PR:
- Please add
examples/query_with_profilers.py
intoexamples/README.md
. - Please add note about possibility of callback function into section: Profile query in
README.rst
and also:
Codecov Report
@@ Coverage Diff @@
## master #393 +/- ##
==========================================
+ Coverage 92.94% 92.95% +0.01%
==========================================
Files 28 28
Lines 2395 2400 +5
==========================================
+ Hits 2226 2231 +5
Misses 169 169
Continue to review full report at Codecov.
|
Closes #389
Proposed Changes
Added callback function for getting profilers with example and test
Checklist
pytest tests
completes successfully