This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch ignite-27278
in repository https://gitbox.apache.org/repos/asf/ignite-3.git

commit db6bc8389176966555452b3d619b20d74abce698
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Tue Dec 23 16:29:04 2025 +0200

    wip bench
---
 modules/platforms/dotnet/Apache.Ignite.Benchmarks/Program.cs           | 3 ++-
 .../dotnet/Apache.Ignite.Benchmarks/Sql/ResultSetBenchmarks.cs         | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Program.cs 
b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Program.cs
index 19ad3abdf74..ba0c98c77cf 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Program.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Program.cs
@@ -19,9 +19,10 @@ namespace Apache.Ignite.Benchmarks;
 
 using BenchmarkDotNet.Running;
 using Compute;
+using Sql;
 
 internal static class Program
 {
     // IMPORTANT: Disable Netty leak detector when using a real Ignite server 
for benchmarks.
-    private static void Main() => BenchmarkRunner.Run<PlatformJobBenchmarks>();
+    private static void Main() => BenchmarkRunner.Run<ResultSetBenchmarks>();
 }
diff --git 
a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Sql/ResultSetBenchmarks.cs 
b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Sql/ResultSetBenchmarks.cs
index 209f9622cd3..af461259943 100644
--- 
a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Sql/ResultSetBenchmarks.cs
+++ 
b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Sql/ResultSetBenchmarks.cs
@@ -44,7 +44,6 @@ namespace Apache.Ignite.Benchmarks.Sql
     /// |    PrimitiveMappingToListAsync | 121.2 us | 2.41 us | 4.10 us |  
0.54 |    0.02 |      - |     48 KB |.
     /// </summary>
     [MemoryDiagnoser]
-    [SimpleJob(RuntimeMoniker.Net60)]
     public class ResultSetBenchmarks
     {
         private FakeServer? _server;

Reply via email to