xtern commented on code in PR #2955:
URL: https://github.com/apache/ignite-3/pull/2955#discussion_r1432582448


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/benchmark/SelectBenchmark.java:
##########
@@ -172,7 +204,40 @@ private org.apache.ignite.sql.ResultSet<SqlRow> sql(String 
sql, Object... args)
     }
 
     /**
-     * Benchmark state for {@link #sqlThinGet(SqlThinState)}.
+     * Benchmark state for {@link #sqlGet(SqlState, Blackhole)}.
+     *
+     * <p>Holds {@link Session}.
+     */
+    @State(Scope.Benchmark)
+    public static class SqlScriptState {

Review Comment:
   Thanks. Added a separate `sqlGetInternal` benchmark that uses the internal 
API.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to