Home | History | Annotate | Download | only in ui

Lines Matching refs:failure_threshold

182 int failure_threshold = 10; // PerformanceTestPlugin.getDBLocation().startsWith("net://");
453 this.failure_threshold = Integer.parseInt(value);
454 if (this.failure_threshold < 0) {
1040 this.performanceResults.readAll(buildName, this.configDescriptors, this.scenarioPattern, this.dataDir, this.failure_threshold, null);