Add PVS benchmark (#23166)
* Add PVS benchmark * poke tests * Shuffle players around * Add caveat * Add CycleTick() benchmark * Make async false * Oops
This commit is contained in:
@@ -46,7 +46,7 @@ public class MapLoadBenchmark
|
||||
PoolManager.Shutdown();
|
||||
}
|
||||
|
||||
public static IEnumerable<string> MapsSource { get; set; }
|
||||
public static readonly string[] MapsSource = { "Empty", "Box", "Aspid", "Bagel", "Dev", "CentComm", "Atlas", "Core", "TestTeg", "Saltern", "Packed", "Omega", "Cluster", "Gemini", "Reach", "Origin", "Meta", "Marathon", "Europa", "MeteorArena", "Fland", "Barratry" };
|
||||
|
||||
[ParamsSource(nameof(MapsSource))]
|
||||
public string Map;
|
||||
|
||||
Reference in New Issue
Block a user