mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
stress tests
This commit is contained in:
@@ -398,6 +398,7 @@ public class PlatformTestUtil {
|
||||
" (" + (int)(Timings.MACHINE_TIMING*1.0/Timings.ETALON_TIMING*100) + "% of the etalon)" +
|
||||
".";
|
||||
if (actual < expectedOnMyMachine) {
|
||||
System.out.println(logMessage);
|
||||
TeamCityLogger.info(logMessage);
|
||||
}
|
||||
else if (actual < expectedOnMyMachine * acceptableChangeFactor) {
|
||||
|
||||
Reference in New Issue
Block a user