DotRecastNetSim/test/DotRecast.Benchmark/Program.cs

8 lines
223 B
C#
Raw Normal View History

2024-07-06 17:11:45 +03:00
using BenchmarkDotNet.Running;
using CSharpBencchmark;
BenchmarkRunner.Run([
//BenchmarkConverter.TypeToBenchmarks(typeof(Bench_PriorityQueue)),
BenchmarkConverter.TypeToBenchmarks(typeof(Bench_Math_RcVec3f)),
]);