mirror of
https://github.com/Stone-Red-Code/StoneRed.LogicSimulator.git
synced 2026-09-04 17:16:29 +02:00
5 lines
118 B
C#
5 lines
118 B
C#
using BenchmarkDotNet.Running;
|
|
|
|
using StoneRed.LogicSimulator.Benchmarks;
|
|
|
|
BenchmarkRunner.Run<SimulatorBenchmarks>(); |