mirror of
https://github.com/bitwarden/server.git
synced 2024-11-29 13:25:17 +01:00
5 lines
110 B
C#
5 lines
110 B
C#
|
using System.Reflection;
|
|||
|
using BenchmarkDotNet.Running;
|
|||
|
|
|||
|
BenchmarkRunner.Run(Assembly.GetEntryAssembly());
|