Skip to content

Commit

Permalink
change run strategy back to Throughput like it should have been
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Oct 29, 2024
1 parent b1a1041 commit 948fcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIL.Harmony.Tests/DataModelPerformanceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public void Flush()

// disable warning about waiting for sync code, benchmarkdotnet does not support async code, and it doesn't deadlock when waiting.
#pragma warning disable VSTHRD002
[SimpleJob(RunStrategy.Monitoring, warmupCount: 2)]
[SimpleJob(RunStrategy.Throughput, warmupCount: 2)]
public class DataModelPerformanceBenchmarks
{
private DataModelTestBase _templateModel = null!;
Expand Down

0 comments on commit 948fcf0

Please sign in to comment.