Skip to content
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 timing information to candidate network generation, mps generation #71

Open
machristie opened this issue May 8, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@machristie
Copy link
Contributor

Since the backend restricts how many concurrent requests are running, it can be hard to figure out how long a request actually took once it started being processed. This issue would report to the user how long the request took, and if appropriate, break down the request processing time into subcomponents.

However, the main motivation for this is to tease out how much time of the mps generation is spent generating a candidate network. If the candidate network is reused for the mps generation, then that won't be much of a factor. Or, the frontend could string together generating the candidate network and then do the mps generation and know explicitly how long each part takes, so that's another idea.

@machristie machristie self-assigned this May 8, 2020
@machristie machristie added the enhancement New feature or request label Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant