Skip to content

Commit 51c7e28

Browse files
committed
Update performancing expected value after fix of grammar
1 parent c115afa commit 51c7e28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

its/performancing/src/test/java/JavaPerformanceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void perform() throws IOException {
7272

7373
double time = sensorTime(build.getProjectDir(), result.getLogs(), SENSOR_NAME);
7474

75-
double expected = 194;
75+
double expected = 169;
7676
assertThat(time).isEqualTo(expected, Delta.delta(expected * 0.04));
7777
}
7878

0 commit comments

Comments
 (0)