Skip to content

Commit

Permalink
fix: update renamed mock server
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Apr 21, 2020
1 parent 9df4713 commit a0dfa08
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -279,7 +279,7 @@ public void steadyIncrease(BenchmarkState server) throws Exception {
List<ReadOnlyTransaction> transactions = new ArrayList<>(server.maxSessions);
for (int i = 0; i < server.maxSessions; i++) {
ReadOnlyTransaction tx = client.readOnlyTransaction();
tx.executeQuery(MockServer.SELECT1);
tx.executeQuery(StandardBenchmarkMockServer.SELECT1);
transactions.add(tx);
}
for (ReadOnlyTransaction tx : transactions) {
Expand Down

0 comments on commit a0dfa08

Please sign in to comment.