-
Notifications
You must be signed in to change notification settings - Fork 506
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
Add performance test #542
base: main
Are you sure you want to change the base?
Add performance test #542
Conversation
f9364aa
to
2aa6bdb
Compare
There might be a temporary conda issue on OSX, but other than that this is ready to be reviewed @jtpio. |
This looks pretty good. I am happy to get this in if you think this is ready @davidbrochart. I think we can probably set up ASV after this. |
Should it be only in ASV? The thing is that we don't know which machine we get in the CI, so if the machine is very slow the test can fail, or we should somehow take into account the machine's CPU frequency in the test. |
This test launches 10 clients, all executing the same notebook. The notebook consists of 100 cells, each cell sleeps for 0.1 second. We check:
TimeoutError
if exceeded).exitcode
1 if exceeded).