blaze-performance-tester 3.1.37 → 3.1.39

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 CHANGED
@@ -637,7 +637,7 @@ function exportHtmlDashboard(history, config, verdictReason, semanticReport, res
637
637
  <td style="padding: 1.25rem 0.75rem; font-size: 1.2rem; font-weight: bold; color: #f8fafc;">${c.count}</td>
638
638
  <td style="padding: 1.25rem 0.75rem; color: ${catColor}; font-weight: 600; font-size: 0.95rem;">${c.category}</td>
639
639
  <td style="padding: 1.25rem 0.75rem;">
640
- <span style="background: ${sevBg}; color: #ffffff; padding: 0.2rem 0.5rem; border-radius: 4px; font-size: 0.7rem; font-weight: bold; letter-spacing: 0.05em;">${c.severity}</span>
640
+ <span style="background: ${sevBg}; color: #ffffff; padding: 0.2rem 0.5rem; border-radius: 4px; font-size: 0.7 hydrodynamic; font-weight: bold; letter-spacing: 0.05em;">${c.severity}</span>
641
641
  </td>
642
642
  <td style="padding: 1.25rem 0.75rem;">
643
643
  <div style="background: #090d16; border-radius: 4px; padding: 0.6rem 0.8rem; border-left: 3px solid #1e293b; margin-bottom: 0.5rem;">
@@ -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.7rem; color: #64748b; text-transform: uppercase;">Sim. Throughput</div>
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
- y_threads: { position: 'left', grid: { color: '#1e293b' }, ticks: { color: '#38bdf8' }, title: { display: true, text: 'VUs / Threads', color: '#38bdf8' } },
1122
- y_ttf: { position: 'right', grid: { drawOnChartArea: false }, ticks: { color: '#f43f5e' }, title: { display: true, text: 'TTF Index / Latency ms', color: '#f43f5e' } }
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blaze-performance-tester",
3
- "version": "3.1.37",
3
+ "version": "3.1.39",
4
4
  "description": "A high-performance, multi-threaded load testing engine built with Rust and QuickJS.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",