Improve the analyze performance #788
Labels
needs-kind
Indicates an issue or PR lacks a `kind/foo` label and requires one.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
I use windup and kantra to analyze the same repo,
Repo: https://github.com/spring-projects/spring-petclinic.git
Command:
windup:
windup --input ./spring-petclinic --target cloud-readiness linux discovery --overwrite
kantra:
kantra analyze --input ./spring-petclinic --output ./analyze.report --target cloud-readiness --target linux --overwrite
I use
/usr/bin/time -v {command} 2>&1 | tee benchmark.log
to collect the timecost/cpu/memory, there are big gap about it:windup:
kantra:
kantra is very slow and cost more resources.
Question:
The text was updated successfully, but these errors were encountered: