Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adambollen committed Dec 16, 2024
1 parent 842303a commit cf7f2ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/com/fauna/perf/PerformanceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ private static Stream<Arguments> getTestData() throws IOException {
@BeforeAll
public static void setup() throws IllegalArgumentException, InterruptedException, ExecutionException {
client = Fauna.client();

// Throw away results of initial query used just for establishing connection
client.asyncQuery(fql("null")).get();
}

Expand Down

0 comments on commit cf7f2ed

Please sign in to comment.