diff --git a/README.md b/README.md index b527cebe..277910ff 100644 --- a/README.md +++ b/README.md @@ -569,6 +569,14 @@ Note: Fastrun mode checks for equality of property/value pairs, qualifiers (not aliases and description, but it ignores references by default! References can be checked in fast run mode by setting `use_references` to `True`. +# Statistics # + +| Dataset | partial fastrun | fastrun without qualifiers/references | fastrun with qualifiers | fastrun with qualifiers/references | +|:----------------------------|----------------:|--------------------------------------:|------------------------:|-----------------------------------:| +| Communes (34990 elements) | ? | 7min | 30s | 60s | +| Cantons (2042 elements) | ? | ? | ? | ? | +| Départements (100 elements) | 70min | 1s | 30s | 60s | + # Debugging # You can enable debugging by adding this piece of code to the top of your project: