DotRecastNetSim/test/DotRecast.Benchmark/Program.cs

8 lines
223 B
C#

using BenchmarkDotNet.Running;
using CSharpBencchmark;
BenchmarkRunner.Run([
//BenchmarkConverter.TypeToBenchmarks(typeof(Bench_PriorityQueue)),
BenchmarkConverter.TypeToBenchmarks(typeof(Bench_Math_RcVec3f)),
]);