1
0
mirror of synced 2024-07-03 09:00:36 +00:00
Tapeti/Tapeti.Benchmarks/Program.cs

5 lines
175 B
C#
Raw Normal View History

using BenchmarkDotNet.Running;
using Tapeti.Benchmarks.Tests;
BenchmarkRunner.Run<MethodInvokeBenchmarks>();
//new MethodInvokeBenchmarks().InvokeExpressionValueFactory();