Files
server/perf/MicroBenchmarks/Program.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
110 B
C#
Raw Normal View History

2022-09-09 14:36:36 -04:00
using System.Reflection;
using BenchmarkDotNet.Running;
BenchmarkRunner.Run(Assembly.GetEntryAssembly());