Add benchmarks project

This commit is contained in:
Matthew Parker [SSW]
2025-01-11 13:26:04 +10:00
parent ced3a70988
commit 52671f0252
7 changed files with 67 additions and 17 deletions

View File

@@ -0,0 +1,4 @@
using BenchmarkDotNet.Running;
using Roslyn.Benchmarks;
BenchmarkRunner.Run<MSBuildWorkspaceBenchmarks>();