-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support --parallel auto option #17
Comments
Thanks for the reports, but I'm not sure if a performance-report script should provide a non reproducible option, which may interact differently on each machine. Also "auto" would currently not get resolved in the report and you would have no glue, how many cpu cores got used for a specific report. For me "auto" makes only sense, if you don't know the available cores on a system. But then I don't know, if a created report is comparable to any other report.... |
Ok, makes sense, thne maybe just add to the doku, that with --parallel, the auto option is not supported like it is for -j in sphinx-build. |
Thanks for the hint with |
Then sphinx-performance would be better than sphinx-build, actually ;) |
Currently, when specifiying sphinx-performance --parallel auto (equivalent sphinx-build -j auto) we get the error:
Error: Invalid value for '--parallel': 'auto' is not a valid integer.
The text was updated successfully, but these errors were encountered: