test(selftest): add GlobalStyleScope GC-reserve alloc probe

This commit is contained in:
2026-06-16 19:23:15 +02:00
parent 32013babaf
commit 0508a05bab
2 changed files with 62 additions and 0 deletions
+1
View File
@@ -409,6 +409,7 @@ public sealed class Plugin : IAsyncDalamudPlugin
new SelfTests.HonorificHeaderRenderStep(this),
new SelfTests.AboutIntegrationsStatusStep(this),
new SelfTests.PerformanceBaselineStep(this),
new SelfTests.GlobalStyleScopeAllocStep(this),
new SelfTests.MainWindowFocusOpacityStep(this),
new SelfTests.MainWindowFlagsStep(this),
new SelfTests.SenderNameReformatStep(this),