We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45194b commit ec71574Copy full SHA for ec71574
Src/PChecker/CheckerCore/SystematicTesting/Strategies/Feedback/Coverage/BehavioralObserver.cs
@@ -86,7 +86,6 @@ public static void NextIter()
86
return;
87
}
88
int uniqueScore = GetUniqueScore(currSignature);
89
- Logger.WriteLine($"----**** UniquenessScore: {uniqueScore}");
90
if (uniqueScore != 0)
91
{
92
AllTimeline.Add(currSignature);
Src/PChecker/CheckerCore/SystematicTesting/TestingEngine.cs
@@ -651,8 +651,6 @@ private void RunNextIteration(int schedule)
651
if (ShouldPrintIteration(schedule))
652
653
var seconds = watch.Elapsed.TotalSeconds;
654
- Logger.WriteLine($"Elapsed: {seconds}, " +
655
- $"# timelines: {TestReport.ExploredTimelines.Count}");
656
if (Strategy is IFeedbackGuidedStrategy s)
657
658
s.DumpStats(Logger);
0 commit comments