Fix 4 Code Review findings on FRE-4928: dead heredoc, token warmup, summary path, .gitignore

- P2: Remove dead heredoc from run.sh mixed scenario
- P2: Add setup() warmup to seed real tokens for standalone scenarios
- P3: Replace handleSummary file output with --summary-export in run.sh
- P3: Add .gitignore for k6 results and .env
- Fix stray closing brace in scripts/load-test/lib/common.js

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-10 11:44:56 -04:00
parent c1e4e8e404
commit 4a2f6cf0fd
4 changed files with 66 additions and 41 deletions

5
load-tests/darkwatch-auth/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# k6 load test results
results/
# Local environment overrides
.env