From ea591d3d6c3fd3f43d12c3829dbaf910e91e9f90 Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 17 Jun 2020 00:36:45 -0400 Subject: [PATCH] trying performance test again in light of recent progress --- java_console/autotest/src/com/rusefi/AutoTest.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index f87ffdebb9..c2d624ba7c 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -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 callback) {