Files
goodgo-platform/.gitignore
Ho Ngoc Hai 99fbc1aaca 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>
2026-04-09 09:29:20 +07:00

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*