mirror of
https://github.com/bitwarden/server
synced 2025-12-11 13:53:40 +00:00
5 lines
110 B
C#
5 lines
110 B
C#
using System.Reflection;
|
|
using BenchmarkDotNet.Running;
|
|
|
|
BenchmarkRunner.Run(Assembly.GetEntryAssembly());
|