mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 20:12:23 +00:00
Moved benchmarks into benchmark directory
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
using BenchmarkDotNet.Running;
|
||||
using MonoGame.Extended.Benchmarks.Collisions;
|
||||
|
||||
//var summary = BenchmarkRunner.Run<DifferentPoolSizeCollision>();
|
||||
var summary = BenchmarkRunner.Run<SpaceAlgorithms>();
|
||||
Reference in New Issue
Block a user