-
-
Notifications
You must be signed in to change notification settings - Fork 690
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
Try profiling Datasette using scalene #1219
Comments
This comment helped me find a pattern for running Scalene against the Datasette test suite: https://github.com/emeryberger/scalene/issues/70#issuecomment-755245858
Then I created a file called if __name__ == "__main__":
import sys, pytest
pytest.main(sys.argv) Then I ran this:
But... it quit with a segmentation fault!
|
https://github.com/emeryberger/scalene/issues/110 reports a "received signal SIGSEGV" error that was fixed by upgrading to the latest Scalene version, but I'm running that already. |
https://github.com/emeryberger/scalene looks like an interesting profiling tool.
The text was updated successfully, but these errors were encountered: