diff --git a/Wikidiff2.h b/Wikidiff2.h index 805e610..c32f76d 100644 --- a/Wikidiff2.h +++ b/Wikidiff2.h @@ -101,6 +101,7 @@ inline bool Wikidiff2::AllowPrintMovedLineDiff::operator () (StringDiff & linedi break; } } + printf("chunk with %d adds and %d deletes\n", adds, deletes); detectMovedLinesValid = true; } return detectMovedLines; diff --git a/benchmarks/bench.php b/benchmarks/bench.php index 0aac803..338abde 100644 --- a/benchmarks/bench.php +++ b/benchmarks/bench.php @@ -1,7 +1,7 @@