mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 03:56:31 +00:00
5 lines
147 B
C#
5 lines
147 B
C#
using BenchmarkDotNet.Running;
|
|
using MonoGame.Extended.Benchmarks.Collisions;
|
|
|
|
var summary = BenchmarkRunner.Run<DifferentPoolSizeCollision>();
|