diff --git a/src/app/item-detail/item-detail.component.html b/src/app/item-detail/item-detail.component.html index dad9bb26..db669599 100644 --- a/src/app/item-detail/item-detail.component.html +++ b/src/app/item-detail/item-detail.component.html @@ -69,13 +69,16 @@
-
Test failure
-
- -
-
- +
Test failure
+
+
+ +
+
+ +
+
@@ -252,7 +255,7 @@

{{convertBytesToMbps(itemData.overview.bytesPerSecond) |
Summary
-
+
diff --git a/src/app/item-detail/item-detail.component.scss b/src/app/item-detail/item-detail.component.scss index 2782a171..b79cf662 100644 --- a/src/app/item-detail/item-detail.component.scss +++ b/src/app/item-detail/item-detail.component.scss @@ -242,6 +242,7 @@ thead .hd { .performance-overview-card { padding-bottom: 0px; + padding-left: 2.2rem; } .charts .card-header { @@ -313,3 +314,15 @@ thead .hd { .thread-groups-check { font-weight: 400; } + +.card-content-padding { + padding-left: 3.2rem; +} + +.perf-analysis-content { + padding-left: 1rem; +} + +.perf-validation-content { + padding-left: 1.3rem; +} diff --git a/src/app/item-detail/performance-analysis/performance-analysis.component.html b/src/app/item-detail/performance-analysis/performance-analysis.component.html index 959b5434..80855db5 100644 --- a/src/app/item-detail/performance-analysis/performance-analysis.component.html +++ b/src/app/item-detail/performance-analysis/performance-analysis.component.html @@ -3,108 +3,118 @@ [ngClass]="(perfAnalysis.onePerc.failed || perfAnalysis.variability.failed || perfAnalysis.throughputVariability.failed) ? 'performance-analysis-warning' : 'performance-analysis-success'">
Performance Analysis
-
-
+
+
- Slowest 1% of responses
-
- The 1% of the slowest responses do not have a significant deviation from the average response - time. -
-
- Increased variability between the 1% of response times and the average was detected (up to {{ perfAnalysis.onePerc.value }}x slower response times ). - This might mean a performance issue for some clients and indicates that SUT was most likely - overloaded. + Slowest 1% of responses
+
+ The 1% of the slowest responses do not have a significant deviation from the average response + time. +
+
+ Increased variability between the 1% of response times and the average was detected (up to {{ perfAnalysis.onePerc.value }}x slower response times ). + This might mean a performance issue for some clients and indicates that SUT was most likely + overloaded.
- - - - - - - - - - - - - - - - - -
- label - - variability [multiple] - - slowest 1% [ms] - - avg [ms] -
{{_.label}} {{_.onePerc}}{{_.p99}}{{_.avgResponseTime}}
+ + + + + + + + + + + + + + + + + +
+ label + + variability [multiple] + + slowest 1% [ms] + + avg [ms] +
{{_.label}} {{_.onePerc}}{{_.p99}}{{_.avgResponseTime}}
+
-
-
-
+
- Steady response time performance
-
- Increased variability between the fastest and the average response time was detected (up to - {{perfAnalysis.variability.value}}x). The SUT might have been overloaded. + Steady response time performance
+
+ Increased variability between the fastest and the average response time was detected (up to + {{perfAnalysis.variability.value}}x). The SUT might have been overloaded.
- - - - - - + + + + + + - - - - - - + + + + + +
- label - - variability [multiple] - - min [ms] - - avg [ms] -
+ label + + variability [multiple] + + min [ms] + + avg [ms] +
{{_.label}} {{_.variability}}{{_.minResponseTime}}{{_.avgResponseTime}}
{{_.label}} {{_.variability}}{{_.minResponseTime}}{{_.avgResponseTime}}
+
+
+ The SUT was providing balanced response times across all labels. +
-
- The SUT was providing balanced response times across all labels. -
-
-
-
+
- Steady throughput performance
-
- Significant drops in throughput performance were detected (up to - {{perfAnalysis.throughputVariability.value}}%). The SUT might have been overloaded. -
-
- SUT was providing balanced throughput. + Steady throughput performance
+
+ Significant drops in throughput performance were detected (up to + {{perfAnalysis.throughputVariability.value}}%). The SUT might have been overloaded. +
+
+ SUT was providing balanced throughput. +
+ + +
+ + + + +