Add SpawnEquipDeleteBenchmark (#19566)

This commit is contained in:
Leon Friedrich
2023-09-03 08:53:45 +12:00
committed by GitHub
parent 946958f6c6
commit 182b5267ad
5 changed files with 80 additions and 4 deletions

View File

@@ -26,7 +26,11 @@ public sealed partial class TestPair
instance.ProtoMan.LoadString(file, changed: changed);
}
await instance.WaitPost(() => instance.ProtoMan.ReloadPrototypes(changed));
await instance.WaitPost(() =>
{
instance.ProtoMan.ResolveResults();
instance.ProtoMan.ReloadPrototypes(changed);
});
foreach (var (kind, ids) in changed)
{