blaze-performance-tester 3.1.37 → 3.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +3 -10
- package/dist/index.win32-x64-msvc.node +0 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -699,7 +699,7 @@ function exportHtmlDashboard(history, config, verdictReason, semanticReport, res
|
|
|
699
699
|
</div>
|
|
700
700
|
<div style="display: flex; gap: 1.5rem; text-align: center;">
|
|
701
701
|
<div style="background: #090d16; padding: 0.75rem 1rem; border-radius: 6px; border: 1px solid #1e293b;">
|
|
702
|
-
<div style="font-size: 0.
|
|
702
|
+
<div style="font-size: 0.7 hydrodynamic; color: #64748b; text-transform: uppercase;">Sim. Throughput</div>
|
|
703
703
|
<div id="simThroughput" style="font-size: 1.2rem; font-weight: bold; color: #f97316;">${cards.throughput.toFixed(0)}/s</div>
|
|
704
704
|
</div>
|
|
705
705
|
<div style="background: #090d16; padding: 0.75rem 1rem; border-radius: 6px; border: 1px solid #1e293b;">
|
|
@@ -929,13 +929,6 @@ function exportHtmlDashboard(history, config, verdictReason, semanticReport, res
|
|
|
929
929
|
</div>
|
|
930
930
|
</div>
|
|
931
931
|
|
|
932
|
-
<div class="graph-card">
|
|
933
|
-
<div class="graph-title">\u{1F369} HTTP Status Code Proportions</div>
|
|
934
|
-
<div style="height: 280px; position: relative;">
|
|
935
|
-
<canvas id="statusDonutChart"></canvas>
|
|
936
|
-
</div>
|
|
937
|
-
</div>
|
|
938
|
-
|
|
939
932
|
<div class="graph-card">
|
|
940
933
|
<div class="graph-title">\u{1F4C8} Time-to-First-Byte Scatter Plot</div>
|
|
941
934
|
<div style="height: 280px; position: relative;">
|
|
@@ -1118,8 +1111,8 @@ function exportHtmlDashboard(history, config, verdictReason, semanticReport, res
|
|
|
1118
1111
|
},
|
|
1119
1112
|
scales: {
|
|
1120
1113
|
x: { grid: { color: '#1e293b' }, ticks: { color: '#64748b' } },
|
|
1121
|
-
|
|
1122
|
-
|
|
1114
|
+
yThreads: { position: 'left', grid: { color: '#1e293b' }, ticks: { color: '#38bdf8' }, title: { display: true, text: 'VUs / Threads', color: '#38bdf8' } },
|
|
1115
|
+
yTtf: { position: 'right', grid: { drawOnChartArea: false }, ticks: { color: '#f43f5e' }, title: { display: true, text: 'TTF Index / Latency ms', color: '#f43f5e' } }
|
|
1123
1116
|
}
|
|
1124
1117
|
}
|
|
1125
1118
|
});
|
|
Binary file
|