diff --git a/src/Ivy.NativeJsonDiff.Benchmarks/Benchmarks/EndToEndDiffBenchmarks.cs b/src/Ivy.NativeJsonDiff.Benchmarks/Benchmarks/EndToEndDiffBenchmarks.cs index a9a1dbc..c8c613c 100644 --- a/src/Ivy.NativeJsonDiff.Benchmarks/Benchmarks/EndToEndDiffBenchmarks.cs +++ b/src/Ivy.NativeJsonDiff.Benchmarks/Benchmarks/EndToEndDiffBenchmarks.cs @@ -11,6 +11,7 @@ namespace Ivy.NativeJsonDiff.Benchmarks.Benchmarks; [MemoryDiagnoser] +[ThreadingDiagnoser] [CategoriesColumn] [MarkdownExporterAttribute.GitHub] [Config(typeof(CiBenchmarkConfig))] diff --git a/src/Ivy.NativeJsonDiff.Benchmarks/Benchmarks/JsonApplyBenchmarks.cs b/src/Ivy.NativeJsonDiff.Benchmarks/Benchmarks/JsonApplyBenchmarks.cs index e9dbbfc..804e29b 100644 --- a/src/Ivy.NativeJsonDiff.Benchmarks/Benchmarks/JsonApplyBenchmarks.cs +++ b/src/Ivy.NativeJsonDiff.Benchmarks/Benchmarks/JsonApplyBenchmarks.cs @@ -11,6 +11,7 @@ namespace Ivy.NativeJsonDiff.Benchmarks.Benchmarks; [MemoryDiagnoser] +[ThreadingDiagnoser] [CategoriesColumn] [MarkdownExporterAttribute.GitHub] [Config(typeof(CiBenchmarkConfig))] diff --git a/src/Ivy.NativeJsonDiff.Benchmarks/Benchmarks/PreParsedDiffBenchmarks.cs b/src/Ivy.NativeJsonDiff.Benchmarks/Benchmarks/PreParsedDiffBenchmarks.cs index 927d444..075963d 100644 --- a/src/Ivy.NativeJsonDiff.Benchmarks/Benchmarks/PreParsedDiffBenchmarks.cs +++ b/src/Ivy.NativeJsonDiff.Benchmarks/Benchmarks/PreParsedDiffBenchmarks.cs @@ -11,6 +11,7 @@ namespace Ivy.NativeJsonDiff.Benchmarks.Benchmarks; [MemoryDiagnoser] +[ThreadingDiagnoser] [CategoriesColumn] [MarkdownExporterAttribute.GitHub] [Config(typeof(CiBenchmarkConfig))] diff --git a/src/Ivy.NativeJsonDiff.Benchmarks/Ivy.NativeJsonDiff.Benchmarks.csproj b/src/Ivy.NativeJsonDiff.Benchmarks/Ivy.NativeJsonDiff.Benchmarks.csproj index 1d695b6..943e363 100644 --- a/src/Ivy.NativeJsonDiff.Benchmarks/Ivy.NativeJsonDiff.Benchmarks.csproj +++ b/src/Ivy.NativeJsonDiff.Benchmarks/Ivy.NativeJsonDiff.Benchmarks.csproj @@ -8,7 +8,7 @@ - +