forked from mirror/DotRecast
8 lines
223 B
C#
8 lines
223 B
C#
|
using BenchmarkDotNet.Running;
|
||
|
using CSharpBencchmark;
|
||
|
|
||
|
BenchmarkRunner.Run([
|
||
|
//BenchmarkConverter.TypeToBenchmarks(typeof(Bench_PriorityQueue)),
|
||
|
BenchmarkConverter.TypeToBenchmarks(typeof(Bench_Math_RcVec3f)),
|
||
|
]);
|