perf(load-tests): run K6 baseline and fix search.js URLSearchParams bug

- Fix search.js: replace URLSearchParams (unsupported in K6) with string interpolation
- Add baseline performance report with latency benchmarks across all 4 suites
- Add load-tests/results/*.json to .gitignore (large raw output files)

Note: pre-existing test failure in create-listing.handler.spec.ts (eventBus.publish mock) — unrelated to this change.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Ho Ngoc Hai
2026-04-09 09:29:20 +07:00
parent ee50b4c07c
commit 99fbc1aaca
3 changed files with 142 additions and 13 deletions

1
.gitignore vendored
View File

@@ -29,6 +29,7 @@ coverage/
playwright-report/
test-results/
blob-report/
load-tests/results/*.json
# misc
*.log