trying performance test again in light of recent progress
This commit is contained in:
parent
7ec193a865
commit
ea591d3d6c
|
@ -85,19 +85,15 @@ public class AutoTest {
|
|||
changeRpm(900);
|
||||
// TODO: we shall get this RPM higher!
|
||||
// first let's get to expected RPM
|
||||
//assertRpmDoesNotJump(3000, 15, 30, FAIL);
|
||||
assertRpmDoesNotJump(3000, 15, 30, FAIL);
|
||||
}
|
||||
|
||||
private static void testV12() {
|
||||
setEngineType(40);
|
||||
changeRpm(700);
|
||||
/*
|
||||
this is just too unreliable at this point :(
|
||||
// TODO: we shall get this RPM higher!
|
||||
// first let's get to expected RPM
|
||||
assertRpmDoesNotJump(1700, 15, 30, FAIL);
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
public static void assertRpmDoesNotJump(int rpm, int settleTime, int testDuration, Function<String, Object> callback) {
|
||||
|
|
Loading…
Reference in New Issue