Skip to content

Commit

Permalink
Merge pull request #186 from tonybaloney/integrated_profiling
Browse files Browse the repository at this point in the history
Use integrated eventing for the profile project
  • Loading branch information
tonybaloney authored Sep 5, 2024
2 parents b27512c + f2cc8a7 commit b39fc5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Profile/MarshallingBenchmarks.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
using CSnakes.Runtime;
using BenchmarkDotNet.Attributes;
using Microsoft.VSDiagnostics;

namespace Profile;

[CPUUsageDiagnoser]
[MarkdownExporter]
public class MarshallingBenchmarks: BaseBenchmark
{
Expand Down
1 change: 1 addition & 0 deletions src/Profile/Profile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="Microsoft.VisualStudio.DiagnosticsHub.BenchmarkDotNetDiagnosers" Version="17.12.35209.2" />
<PackageReference Include="python" Version="3.12.4" />
</ItemGroup>

Expand Down

0 comments on commit b39fc5e

Please sign in to comment.