Update component query benchmarks (#27967)
* Add more component query benchmarks. * Rename benchmark
This commit is contained in:
@@ -13,7 +13,7 @@ public sealed class PoolManagerTestEventHandler
|
||||
[OneTimeSetUp]
|
||||
public void Setup()
|
||||
{
|
||||
PoolManager.Startup(typeof(PoolManagerTestEventHandler).Assembly);
|
||||
PoolManager.Startup();
|
||||
// If the tests seem to be stuck, we try to end it semi-nicely
|
||||
_ = Task.Delay(MaximumTotalTestingTimeLimit).ContinueWith(_ =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user