chore: Adds benchmarks for RunUO vs ModernUO Timers (#984)
This commit is contained in:
parent
9baa6f58e7
commit
fdcd6c80a8
5 changed files with 660 additions and 0 deletions
|
|
@ -260,6 +260,11 @@ namespace Server
|
|||
|
||||
foreach (var t in _rings)
|
||||
{
|
||||
if (t == null)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
for (var i = 0; i < _ringSize; i++)
|
||||
{
|
||||
var node = t[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue