stress tests

This commit is contained in:
Alexey Kudravtsev
2011-06-20 11:54:15 +04:00
parent db9b6e1514
commit d412246da5
@@ -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) {