Skip to content

Commit

Permalink
Use monitoring benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Aug 14, 2024
1 parent b00308f commit 2b9b02b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
using System.Linq;
using System.Threading.Tasks;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Engines;
using NexusMods.MnemonicDB.Abstractions.TxFunctions;
using NexusMods.MnemonicDB.TestModel;

namespace NexusMods.MnemonicDB.Benchmarks.Benchmarks;

[MemoryDiagnoser]
[SimpleJob(runStrategy: RunStrategy.Monitoring, warmupCount: 1)]
public class ObserveAllBenchmarks : ABenchmark
{
private string[] _names = [];
Expand Down

0 comments on commit 2b9b02b

Please sign in to comment.