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


The following commit(s) were added to refs/heads/ignite-27278 by this push:
     new 4697d305a03 cleanup
4697d305a03 is described below

commit 4697d305a039b464b92ef1a540e644af58954a93
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Wed Dec 24 14:38:57 2025 +0200

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

diff --git a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Program.cs 
b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Program.cs
index ba0c98c77cf..19ad3abdf74 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Program.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Program.cs
@@ -19,10 +19,9 @@ 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<ResultSetBenchmarks>();
+    private static void Main() => BenchmarkRunner.Run<PlatformJobBenchmarks>();
 }
diff --git 
a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Sql/ResultSetBenchmarks.cs 
b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Sql/ResultSetBenchmarks.cs
index af461259943..edc938e5f18 100644
--- 
a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Sql/ResultSetBenchmarks.cs
+++ 
b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Sql/ResultSetBenchmarks.cs
@@ -23,7 +23,6 @@ namespace Apache.Ignite.Benchmarks.Sql
     using System.Threading;
     using System.Threading.Tasks;
     using BenchmarkDotNet.Attributes;
-    using BenchmarkDotNet.Jobs;
     using Ignite.Sql;
     using Ignite.Table;
     using Ignite.Table.Mapper;

Reply via email to