aboutsummaryrefslogtreecommitdiffstats
path: root/api/api_stress_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add performance benchmarks, stress tests, and frontend perf testsClaude9 days1-0/+212
Go benchmarks cover item CRUD/filter/sanitization, API endpoints (stream, item update, feed list), middleware stack (gzip, security headers, CSRF), and crawler pipeline (feed parsing, mocked crawl). Stress tests verify concurrent reads/writes and large dataset handling. Frontend perf tests measure template generation, DOM insertion, and store event throughput. New Makefile targets: bench, bench-short, stress, test-perf. https://claude.ai/code/session_01ChDVWFDrQoFjMYHpaLGr9s