Skip to content

Commit ad4db8a

Browse files
authored
Merge pull request #5911 from gchq/5910-datafusion-performance-assertion
Issue 5910 - Adjust DataFusion performance assertion
2 parents 231c68e + 6d09aa3 commit ad4db8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/system-test/system-test-suite/src/test/java/sleeper/systemtest/suite/CompactionDataFusionPerformanceST.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void shouldMeetCompactionPerformanceStandards(SleeperSystemTest sleeper) {
8080
.isEqualTo(SortedRowsCheck.sorted(sumFileReferenceRowCounts(file))));
8181
assertThat(sleeper.reporting().compactionJobs().finishedStatistics())
8282
.matches(stats -> stats.isAllFinishedOneRunEach(10)
83-
&& stats.isAverageRunRowsPerSecondInRange(2_900_000, 4_000_000),
83+
&& stats.isAverageRunRowsPerSecondInRange(2_900_000, 4_500_000),
8484
"meets expected performance");
8585
}
8686
}

0 commit comments

Comments
 (0)