Moved benchmarks into benchmark directory

This commit is contained in:
Christopher Whitley
2024-05-18 20:02:59 -04:00
parent f68cff17bf
commit 7e5ffdcf6b
5 changed files with 0 additions and 0 deletions
@@ -0,0 +1,5 @@
using BenchmarkDotNet.Running;
using MonoGame.Extended.Benchmarks.Collisions;
//var summary = BenchmarkRunner.Run<DifferentPoolSizeCollision>();
var summary = BenchmarkRunner.Run<SpaceAlgorithms>();