aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/src/perf/renderItems.perf.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Complete V2 removal from Makefile and check in updated V3 production assetsAdam Mathes10 days1-1/+1
|
* Add performance benchmarks, stress tests, and frontend perf testsClaude10 days1-0/+90
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