chore: Adds benchmarks for RunUO vs ModernUO Timers (#984)

This commit is contained in:
Kamron Batman 2022-03-31 00:16:45 -07:00 committed by GitHub
parent 9baa6f58e7
commit fdcd6c80a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 660 additions and 0 deletions

View file

@ -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];