[BUG] Seeing a significant difference in the time taken to complete the analysis (Windup:3 min34 sec vs Kantra:211m14.944) with the airsonic.war sample #170
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/high
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Konveyor version
v0.3.0
Priority
Undefined (Default)
Current Behavior
Issue:
We've observed a substantial variance (~3 hrs difference) in the analysis duration between Windup and Kantra for airsonic.war file.
More details about the sample run:
time ./kantra analyze --input airsonic.war --output report-kantra-v0.3.0 -target cloud-readiness --overwrite
time ./windup-cli --input airsonic.war --target cloud-readiness --output report-windup --batchMode --overwrite
Windup:
- Total Incidents: 1190
- Total Issues: 51
- Total Tags: 45
- Story Points 1145
Kantra:
- Total Incidents: 6489
- Total Issues: 15
- Total Tags: 12
- Story Points: 24160
Expected Behavior
Our expectation is for Kantra to complete the analysis in a timeframe comparable to Windup. Additionally, we are keen on understanding any design differences that might contribute to this discrepancy, considering both tools operate with different engines.
How Reproducible
Always (Default)
Steps To Reproduce
OS: Linux
Kantra Command:
podman cp $(podman create --name kantra-download quay.io/konveyor/kantra:v0.3.0):/usr/local/bin/kantra . && podman rm kantra-download
export RUNNER_IMG=quay.io/konveyor/kantra:v0.3.0
time ./kantra analyze --input airsonic.war --output report-kantra-v0.3.0 -target cloud-readiness --overwrite
Windup command:
Download and extract https://windup.github.io/downloads/ zip:
cd [WindupRootFolder]/bin
time ./windup-cli --input airsonic.war --target cloud-readiness --output report-windup --batchMode --overwrite
Environment
Anything else?
Attached the report zip:
kantra-report-2.zip
windup-report.zip
The text was updated successfully, but these errors were encountered: