1
0
mirror of synced 2024-06-29 07:17:39 +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();