Skip to content

Commit 45891e7

Browse files
committed
BridJ: adjust speed expectation to reduce flakes
1 parent 33c783f commit 45891e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/bridj/ComparisonTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ public void compareStructArrayCasts() throws InterruptedException {
550550
}
551551
double bridJFaster = printResults("Cast to struct array", "Cast to BridJ's struct array", "cast", n, timeJNA, timeOptimal, timeBridJ, timeNIO, timeJavolution);
552552

553-
assertBridJFaster(bridJFaster, 8); // */
553+
assertBridJFaster(bridJFaster, 6); // */
554554
}
555555

556556
/*

0 commit comments

Comments
 (0)