blaze-performance-tester 3.1.46 → 3.1.47

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
@@ -130,7 +130,7 @@ CRITICAL: Return ONLY plain paragraph text. Do not use markdown headers (###). I
130
130
  contents: [{ parts: [{ text: prompt }] }],
131
131
  generationConfig: {
132
132
  temperature: 0.2,
133
- maxOutputTokens: 1024
133
+ maxOutputTokens: 65536
134
134
  }
135
135
  })
136
136
  });
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blaze-performance-tester",
3
- "version": "3.1.46",
3
+ "version": "3.1.47",
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",