1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

Add benchmarks

This commit is contained in:
Justin Baur
2022-09-09 14:36:36 -04:00
parent fc85475bcb
commit 75c1f70d0c
5 changed files with 2729 additions and 7 deletions

View File

@ -0,0 +1,4 @@
using System.Reflection;
using BenchmarkDotNet.Running;
BenchmarkRunner.Run(Assembly.GetEntryAssembly());