Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adambollen committed Dec 13, 2024
1 parent 5367ee3 commit e975174
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 e975174

Please sign in to comment.