mirror of
https://github.com/DarthAffe/HPPH.git
synced 2025-12-12 13:28:37 +00:00
4 lines
103 B
C#
4 lines
103 B
C#
using BenchmarkDotNet.Running;
|
|
using HPPH.Benchmark;
|
|
|
|
BenchmarkRunner.Run(typeof(Program).Assembly); |