blaze-performance-tester 3.0.4 β 3.0.5
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/package.json +1 -1
- package/readme.md +28 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -48,7 +48,7 @@ Execution Example
|
|
|
48
48
|
To launch 10 concurrent virtual user threads pounding your target workload continuously for an execution duration window of 5 seconds, run this exact command inside your terminal:
|
|
49
49
|
|
|
50
50
|
DOS
|
|
51
|
-
C:\perf>npx blaze-performance-tester@
|
|
51
|
+
C:\perf>npx blaze-performance-tester@latest tests/test-script.ts 10 5
|
|
52
52
|
π Analytics & Telemetry Engine
|
|
53
53
|
Upon wrapping up its concurrency window, Blaze automatically maps, calculates, and dumps a dual-layered architectural metrics profile straight into your working path.
|
|
54
54
|
|
|
@@ -68,4 +68,30 @@ Plaintext
|
|
|
68
68
|
Test Execution Finished. Elapsed time: 5.03s | Target VUs: 10
|
|
69
69
|
2. Beautiful HTML Interactive Dashboard
|
|
70
70
|
Alongside the console logs, a fully styled, portable, dark-mode data visualization dashboard file is generated on-disk:
|
|
71
|
-
π Location: ./blaze-html-report.html
|
|
71
|
+
π Location: ./blaze-html-report.html
|
|
72
|
+
|
|
73
|
+
AI Mode (Agentic AI)
|
|
74
|
+
|
|
75
|
+
π Blaze Performance TesterAn ultra-high-performance, native C++ accelerated performance engineering framework with built-in Intelligent Autonomous Agent Mode. Blaze lets you design script-based load configurations, profile core infrastructure capacity boundaries safely, and automatically generate telemetry dashboards.
|
|
76
|
+
|
|
77
|
+
π Getting Started
|
|
78
|
+
|
|
79
|
+
You can invoke the runner globally without installing dependencies directly from npm.Standard Fixed-Workload Command PatternTo spin up a rigid, predefined benchmark wave, pass your metrics targets as standard CLI flags:
|
|
80
|
+
|
|
81
|
+
npx blaze-performance-tester@latest tests/test-script.ts --threads 50 --duration 5 --target-error 0.02
|
|
82
|
+
|
|
83
|
+
π§ Agentic AI Mode (Autonomous Performance Engineering)Donβt know your system limits? Just define your SLA parameters and let the AI agent discover your infrastructure breaking points safely.
|
|
84
|
+
|
|
85
|
+
npx blaze-performance-tester@latest tests/test-script.ts --agentic 100 250 2.0
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
π Analytics & Automated Reporting
|
|
89
|
+
Every run automatically generates a self-contained, interactive blaze-dashboard.html visualization suite.
|
|
90
|
+
|
|
91
|
+
Features Includes:
|
|
92
|
+
|
|
93
|
+
π AI Stress-Testing Agent Verdict: A visual diagnostic block summarizing the exact nature of system constraints (e.g., infrastructure saturation vs direct SLA latency/error guardrail breaches) alongside detailed logs of each evaluated test wave.
|
|
94
|
+
|
|
95
|
+
π Dual-Axis Telemetry Tracking: Real-time visual tracking mapping throughput ($req/sec$) directly alongside corresponding $P_{95}$ latency metrics scaling over your execution timeline.
|
|
96
|
+
|
|
97
|
+
π JMeter-Style Matrix Log: Detailed breakdown charts outputting comprehensive metrics matrices (Samples, Average Latency, $P_{95}$ Latency, Error Rates, Apdex Scores) across every incremental concurrency level tested.
|