File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public void steadyIncrease(BenchmarkState server) throws Exception {
279279
List<ReadOnlyTransaction> transactions = new ArrayList<>(server.maxSessions);
280280
for (int i = 0; i < server.maxSessions; i++) {
281281
ReadOnlyTransaction tx = client.readOnlyTransaction();
282-
tx.executeQuery(MockServer.SELECT1);
282+
tx.executeQuery(StandardBenchmarkMockServer.SELECT1);
283283
transactions.add(tx);
284284
}
285285
for (ReadOnlyTransaction tx : transactions) {

0 commit comments

Comments
 (0)