coding-interview-university icon indicating copy to clipboard operation
coding-interview-university copied to clipboard

Logical error and performance issues

Open shrivalidutt opened this issue 1 year ago • 0 comments

The check for whether to create a new issue or update the existing one relies on the has_found output from the last_issue step. If the output is malformed or if there are unexpected results, it might not behave as intended.

The max-concurrency is set to 3, which may still lead to delays; if possible, test with a higher value for performance.

shrivalidutt avatar Oct 01 '24 19:10 shrivalidutt