Skip to content

Commit 3334e75

Browse files
authored
Merge pull request #11 from r2WillDev/analysis/charts
analysis: add Etapa 11 results analysis and charts
2 parents c6dcba7 + 82aeea1 commit 3334e75

13 files changed

Lines changed: 2907 additions & 0 deletions

analysis/charts/.gitkeep

Whitespace-only changes.
93.2 KB
Loading
127 KB
Loading
138 KB
Loading
185 KB
Loading

analysis/notebooks/results_analysis.ipynb

Lines changed: 2614 additions & 0 deletions
Large diffs are not rendered by default.

analysis/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pandas==3.0.3
2+
matplotlib==3.11.0
3+
notebook==7.5.7
4+
ipykernel==7.3.0
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
scenario_order,scenario_key,scenario_label,mean_seconds,absolute_overhead_vs_c1_seconds,percentage_overhead_vs_c1
2+
1,c1,C1 - Baseline,87.0,0.0,0.0
3+
2,c2,C2 - SAST,90.4,3.4,3.91
4+
3,c3,C3 - SAST + SCA,126.2,39.2,45.06
5+
4,c4,C4 - SAST + SCA + DAST,236.6,149.6,171.95
6+
5,c5,C5 - Optimized,191.8,104.8,120.46
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
comparison,interpretation,reference_mean_seconds,target_mean_seconds,absolute_overhead_seconds,percentage_overhead
2+
C2 - C1,Impacto do SAST,87.0,90.4,3.4,3.91
3+
C3 - C2,Impacto do SCA,90.4,126.2,35.8,39.6
4+
C4 - C3,Impacto do DAST,126.2,236.6,110.4,87.48
5+
C5 - C4,Impacto das otimizações,236.6,191.8,-44.8,-18.93
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
scenario_order,scenario_key,scenario_label,executions,mean_seconds,median_seconds,min_seconds,max_seconds,std_seconds
2+
1,c1,C1 - Baseline,5,87.0,87.0,80,93,5.61
3+
2,c2,C2 - SAST,5,90.4,88.0,79,108,10.69
4+
3,c3,C3 - SAST + SCA,5,126.2,127.0,107,149,16.02
5+
4,c4,C4 - SAST + SCA + DAST,5,236.6,207.0,197,309,49.67
6+
5,c5,C5 - Optimized,5,191.8,180.0,172,240,27.63

0 commit comments

Comments
 (0)