- 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>
38 lines
315 B
Plaintext
38 lines
315 B
Plaintext
# dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# build
|
|
dist/
|
|
.next/
|
|
.turbo/
|
|
out/
|
|
|
|
# env
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# testing
|
|
coverage/
|
|
playwright-report/
|
|
test-results/
|
|
blob-report/
|
|
load-tests/results/*.json
|
|
|
|
# misc
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|