McRogueFace/tests/benchmarks
John McCardle 366ccecb7d chore: Extend benchmark to test 5000 entities
Validate SpatialHash scalability with larger entity counts.
Results at 5,000 entities:
- N×N visibility: 216.9× faster (431ms → 2ms)
- Single query: 37.4× faster (0.11ms → 0.003ms)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 00:46:43 -05:00
..
baseline Tests for cached rendering performance 2025-11-28 23:28:13 -05:00
benchmark_moving_entities.py refactor: comprehensive test suite overhaul and demo system 2025-11-25 23:37:05 -05:00
benchmark_suite.py feat: Add dirty flag propagation to all UIDrawables and expand metrics API (#144, #104) 2025-11-28 15:44:09 -05:00
entity_scale_benchmark.py chore: Extend benchmark to test 5000 entities 2025-12-28 00:46:43 -05:00
layer_performance_test.py feat: Implement chunk-based Grid rendering for large grids (closes #123) 2025-11-28 22:33:16 -05:00
stress_test_suite.py Tests for cached rendering performance 2025-11-28 23:28:13 -05:00
tcod_fov_isolated.py fix: Remove O(n²) list-building from compute_fov() (closes #146) 2025-11-28 21:26:32 -05:00
tcod_scale_test.py Tests for cached rendering performance 2025-11-28 23:28:13 -05:00