trying performance test again in light of recent progress
This commit is contained in:
parent
1c93e45cda
commit
8c8c3715d6
|
@ -85,7 +85,7 @@ public class AutoTest {
|
||||||
changeRpm(900);
|
changeRpm(900);
|
||||||
// TODO: we shall get this RPM higher!
|
// TODO: we shall get this RPM higher!
|
||||||
// first let's get to expected RPM
|
// first let's get to expected RPM
|
||||||
assertRpmDoesNotJump(4000, 15, 30, FAIL);
|
assertRpmDoesNotJump(6000, 15, 30, FAIL);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void testV12() {
|
private static void testV12() {
|
||||||
|
@ -93,7 +93,7 @@ public class AutoTest {
|
||||||
changeRpm(700);
|
changeRpm(700);
|
||||||
// TODO: we shall get this RPM higher!
|
// TODO: we shall get this RPM higher!
|
||||||
// first let's get to expected RPM
|
// first let's get to expected RPM
|
||||||
assertRpmDoesNotJump(2400, 15, 30, FAIL);
|
assertRpmDoesNotJump(4000, 15, 30, FAIL);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void assertRpmDoesNotJump(int rpm, int settleTime, int testDuration, Function<String, Object> callback) {
|
public static void assertRpmDoesNotJump(int rpm, int settleTime, int testDuration, Function<String, Object> callback) {
|
||||||
|
|
Loading…
Reference in New Issue