aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/src/perf/renderItems.perf.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* test: loosen DOM insertion perf thresholds for slow CI runnersClaude8 days1-3/+3
| | | | | | | | 100-item DOM insertion: 200ms -> 500ms (CI took 260ms, 2x headroom) 500-item DOM insertion: update test name to match actual 1400ms threshold (the 1400ms limit was already in code; test name was stale) Update benchmarks-02.md to reflect corrected thresholds.
* Complete V2 removal from Makefile and check in updated V3 production assetsAdam Mathes9 days1-1/+1
|
* Add performance benchmarks, stress tests, and frontend perf testsClaude9 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