1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00
Files
bitwarden/perf/MicroBenchmarks/Program.cs
2022-09-09 14:36:36 -04:00

5 lines
110 B
C#

using System.Reflection;
using BenchmarkDotNet.Running;
BenchmarkRunner.Run(Assembly.GetEntryAssembly());