Skip to content

[BasicIndexingBenchmark] Optionally keep DB file to allow further analysis

Stefan Brüns requested to merge work/bruns/analyze_db_from_benchmark into master

The created DB can then be used and examined with e.g.

$> export BALOO_DB_PATH=...
$> balooctl indexSize
$> baloosearch foo

Merge request reports