blaze-performance-tester 3.1.40 → 3.1.42

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
@@ -131,7 +131,6 @@ CRITICAL: Return ONLY plain paragraph text. Do not use markdown headers (###). I
131
131
  generationConfig: {
132
132
  temperature: 0.2,
133
133
  maxOutputTokens: 2048
134
- // Expanded token safety margin to prevent mid-sentence cutting
135
134
  }
136
135
  })
137
136
  });
@@ -900,7 +899,6 @@ function exportHtmlDashboard(history, config, verdictReason, semanticReport, res
900
899
  </div>
901
900
  </div>
902
901
 
903
- <!-- Live Gemini 2.5 Flash Autonomous RCA Module -->
904
902
  <div class="card" style="margin-bottom: 2rem; background: #0c172b; border: 1px solid #7c3aed;">
905
903
  <h3 style="color: #a78bfa; display: flex; align-items: center; gap: 0.6rem; font-size: 1.2rem; border-bottom: 1px solid #1e293b; padding-bottom: 0.5rem;">
906
904
  \u26A1 Gemini 2.5 Flash Autonomous Root Cause Analysis (RCA)
@@ -1028,7 +1026,6 @@ function exportHtmlDashboard(history, config, verdictReason, semanticReport, res
1028
1026
  }
1029
1027
  });
1030
1028
 
1031
- // --- AI FORECASTING LINE REGRESSION SETUP ---
1032
1029
  const baseActiveThreads = ${JSON.stringify(activeThreadsData)};
1033
1030
  const baseTtfTrend = ${JSON.stringify(ttfTrendData)};
1034
1031
  const historicalCount = baseTtfTrend.length;
@@ -1057,7 +1054,6 @@ function exportHtmlDashboard(history, config, verdictReason, semanticReport, res
1057
1054
  const lastThreads = baseActiveThreads[historicalCount - 1] || 10;
1058
1055
  const threadStep = ${config.stepSize || 15};
1059
1056
 
1060
- // Project out the next 3 hypothetical execution tiers
1061
1057
  for (let i = 1; i <= 3; i++) {
1062
1058
  extendedLabels.push(\`+\${i * 5}s (AI Forecast)\`);
1063
1059
  extendedThreads.push(lastThreads + (threadStep * i));
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blaze-performance-tester",
3
- "version": "3.1.40",
3
+ "version": "3.1.42",
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",