Initial project version
Aegis CI / audit (push) Failing after 1m7s
Aegis CI / selfplay (push) Skipped
Aegis CI / perf (push) Failing after 3s
Aegis CI / report (push) Failing after 2s

This commit is contained in:
2026-08-29 01:45:19 +02:00
commit ea2a2f2cbf
21 changed files with 2830 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
---
name: Performance Issue
about: Ein Performance-Problem (FPS, Heap, Frame-Timing) im getesteten Game oder in der Suite.
title: '[Perf] '
labels: ['performance', 'needs triage']
---
## Zusammenfassung
Kurz: Was ist langsam / wo genau?
## Messwerte
| Metrik | Wert | Ziel |
|---|---|---|
| FPS (Ø) | | ≥ 55 |
| Heap (used) | | |
| Frame-Timing (max) | | |
## Setup / Lastprofil
| Feld | Wert |
|---|---|
| Level (Index / Name) | |
| Anzahl Türme | |
| Messdauer (ms) | |
| Anzahl Feinde | |
## `perf-result.json` (Ausschnitt)
```json
```
## Beobachtete Problemzonen
- [ ] Particles (`Game.particles`)
- [ ] Projectiles (`Game.projectiles`)
- [ ] Holograms (`Game.holograms`)
- [ ] Beams (`Game.beams`)
- [ ] Enemy-Update (O(n²))
- [ ] Sonstiges: …
## Erwartung
Was sollte erreicht werden (FPS-Ziel, Heap-Limit, spürbar glatter)?
## Hinweise / Reproduktion
Level, Turm-Aufstellung, Schritte. Siehe auch `docs/06_Refactoring_Game.md`.