Skip to main content

compare_crawls

Function compare_crawls 

Source
pub fn compare_crawls(
    baseline_path: &Path,
    target_path: &Path,
) -> Result<CrawlDiff, CompareError>
Expand description

Compare two SQLite crawl databases by their latest crawl.

baseline_path and target_path are paths to crawlkit SQLite databases. The function finds the most recent crawl in each database and compares their pages by URL.