microsoft / component-detection

Scans your project to determine what components you use
MIT License
396 stars 81 forks source link

Investigate `--no-compile` with PipReport detector #1149

Open cobya opened 4 weeks ago

cobya commented 4 weeks ago

A potential improvement for the PipReport detector is to see if --no-compile produces any benefit to performance when used in conjunction with the other existing parameters. Validate that the dependency graph is still the same and that there is a notable improvement in detection time.

cobya commented 3 weeks ago

From limited local testing, this seems to have no effect on report generation times. I'll try and investigate further later on.