From c356f8b85b02072fd0ee5df25cc1e18e09c0204f Mon Sep 17 00:00:00 2001 From: eleonore12345 Date: Thu, 25 Jul 2024 12:02:56 +0200 Subject: [PATCH] doc plus jolie --- doc/development_explanations.md | 217 +++++++++--------- ...s_fr.md => development_explanations_fr.md} | 192 ++++++++-------- 2 files changed, 206 insertions(+), 203 deletions(-) rename doc/{developement_explanations_fr.md => development_explanations_fr.md} (86%) diff --git a/doc/development_explanations.md b/doc/development_explanations.md index e7f3da8..a5b5c79 100644 --- a/doc/development_explanations.md +++ b/doc/development_explanations.md @@ -163,112 +163,113 @@ OPTIONS -h prints the help. ### Results - ======================================= Tests on the initial populating of the repository -============================================================= TEST0 -TEST 0: classic cloning. -memory usage: 22668 -bandwidth usage (submodule excluded): 8.49 MiB -============================================================= TEST1 -TEST 1: --single-branch cloning. -memory usage: 22168 -bandwidth usage (submodule excluded): 8.00 MiB -============================================================= TEST2 -TEST 2: --depth=1 --no-single-branch -memory usage: 17552 -bandwidth usage (submodule excluded): 3.49 MiB -============================================================= TEST3 -TEST 3: --depth=1 with single-branch (default)) -memory usage: 17052 -bandwidth usage (submodule excluded): 3.00 MiB -============================================================= TEST4 -TEST 4: --depth=1 with single-branch (default) and reflog and gc -HEAD is now at 23700cf adding submodule_for_performance_testing module -memory usage: 17056 -bandwidth usage (submodule excluded): 3.00 MiB -============================================================= TEST5 -TEST 5 : sparse-checking only sample0 with depth=1 -memory usage: 10060 -bandwidth usage (submodule excluded): unknown -============================================ Tests on the updating of the repository -================================================= classic fetching+checking out -============================================================= TEST6 -TEST 6: after addition of a 1M file -memory usage: +2108 -============================================================= TEST7 -TEST 7: after removal of a 1M file -memory usage: -972 -============================================================= TEST8 -TEST 8: after addition then removal of a 1M file -memory usage: 1088 -============================================== fetching+checking out with --depth=1 -============================================================= TEST9 -TEST 9: after addition of a 1M file -memory usage: +2112 -============================================================= TEST10 -TEST 10: after removal of a 1M file -memory usage: -968 -============================================================= TEST11 -TEST 11: after addition then removal of a 1M file -memory usage: 48 -========================================= --depth=1 fetching+checking out reflog and gc -============================================================= TEST12 -TEST 12: after addition of a 1M file -memory usage: +2052 -============================================================= TEST13 -TEST 13: after removal of a 1M file -memory usage: -1020 -============================================================= TEST14 -TEST 14: after addition then removal of a 1M file -memory usage: 4 -================================================ --depth=1 fetching+ reset --hard -============================================================= TEST15 -TEST 15: after addition of a 1M file -memory usage: +2116 -============================================================= TEST16 -TEST 16: after removal of a 1M file -memory usage: -964 -============================================================= TEST17 -TEST 17: after addition then removal of a 1M file -memory usage: 52 -======================================= --depth=1 fetching+ reset --hard and reflog and gc -============================================================= TEST18 -TEST 18: after addition of a 1M file -memory usage: 2056 -============================================================= TEST19 -TEST 19: after removal of a 1M file -memory usage: -1016 -============================================================= TEST20 -TEST 20: after addition then removal of a 1M file -memory usage: 8 -============================ --depth=1 fetching+checking out after modification applied in submodule -============================================================= TEST21 -TEST 21: after addition of a 1M file -memory usage: 2112 -============================================================= TEST22 -TEST 22: after removal of a 1M file -memory usage: -976 -============================================================= TEST23 -TEST 23: after addition then removal of a 1M file -memory usage: 48 -==================================== --depth=1 fetching+merging -X theirs with reflog and gc -============================================================= TEST24 -TEST 24: after addition of a 1M file -memory usage: +2056 -============================================================= TEST25 -TEST 25: after removal of a 1M file -memory usage: 8 -============================================================= TEST26 -TEST 26: after addition then removal of a 1M file -memory usage: 8 -===================================== --depth=1 fetching+merging -s ours with reflog and gc -============================================================= TEST27 -TEST 27: after addition of a 1M file -memory usage: +2056 -============================================================= TEST28 -TEST 28: after removal of a 1M file -memory usage: -1016 -============================================================= TEST29 -TEST 29: after addition then removal of a 1M file -memory usage: 8 - +``` +**Tests on the initial populating of the repository** +============================================================= TEST0 +TEST 0: classic cloning. +memory usage: 22668 +bandwidth usage (submodule excluded): 8.49 MiB +============================================================= TEST1 +TEST 1: --single-branch cloning. +memory usage: 22168 +bandwidth usage (submodule excluded): 8.00 MiB +============================================================= TEST2 +TEST 2: --depth=1 --no-single-branch +memory usage: 17552 +bandwidth usage (submodule excluded): 3.49 MiB +============================================================= TEST3 +TEST 3: --depth=1 with single-branch (default) +memory usage: 17052 +bandwidth usage (submodule excluded): 3.00 MiB +============================================================= TEST4 +TEST 4: --depth=1 with single-branch (default) and reflog and gc +HEAD is now at 23700cf adding submodule_for_performance_testing module +memory usage: 17056 +bandwidth usage (submodule excluded): 3.00 MiB +============================================================= TEST5 +TEST 5 : sparse-checking only sample0 with depth=1 +memory usage: 10060 +bandwidth usage (submodule excluded): unknown +**Tests on the updating of the repository** +**classic fetching+checking out** +============================================================= TEST6 +TEST 6: after addition of a 1M file +memory usage: +2108 +============================================================= TEST7 +TEST 7: after removal of a 1M file +memory usage: -972 +============================================================= TEST8 +TEST 8: after addition then removal of a 1M file +memory usage: 1088 +**etching+checking out with --depth=1** +============================================================= TEST9 +TEST 9: after addition of a 1M file +memory usage: +2112 +============================================================= TEST10 +TEST 10: after removal of a 1M file +memory usage: -968 +============================================================= TEST11 +TEST 11: after addition then removal of a 1M file +memory usage: 48 +**--depth=1 fetching+checking out reflog and gc** +============================================================= TEST12 +TEST 12: after addition of a 1M file +memory usage: +2052 +============================================================= TEST13 +TEST 13: after removal of a 1M file +memory usage: -1020 +============================================================= TEST14 +TEST 14: after addition then removal of a 1M file +memory usage: 4 +**--depth=1 fetching+ reset --hard** +============================================================= TEST15 +TEST 15: after addition of a 1M file +memory usage: +2116 +============================================================= TEST16 +TEST 16: after removal of a 1M file +memory usage: -964 +============================================================= TEST17 +TEST 17: after addition then removal of a 1M file +memory usage: 52 +**--depth=1 fetching+ reset --hard and reflog and gc** +============================================================= TEST18 +TEST 18: after addition of a 1M file +memory usage: 2056 +============================================================= TEST19 +TEST 19: after removal of a 1M file +memory usage: -1016 +============================================================= TEST20 +TEST 20: after addition then removal of a 1M file +memory usage: 8 +**--depth=1 fetching+checking out after modification applied in submodule** +============================================================= TEST21 +TEST 21: after addition of a 1M file +memory usage: 2112 +============================================================= TEST22 +TEST 22: after removal of a 1M file +memory usage: -976 +============================================================= TEST23 +TEST 23: after addition then removal of a 1M file +memory usage: 48 +**--depth=1 fetching+merging -X theirs with reflog and gc** +============================================================= TEST24 +TEST 24: after addition of a 1M file +memory usage: +2056 +============================================================= TEST25 +TEST 25: after removal of a 1M file +memory usage: 8 +============================================================= TEST26 +TEST 26: after addition then removal of a 1M file +memory usage: 8 +**--depth=1 fetching+merging -s ours with reflog and gc** +============================================================= TEST27 +TEST 27: after addition of a 1M file +memory usage: +2056 +============================================================= TEST28 +TEST 28: after removal of a 1M file +memory usage: -1016 +============================================================= TEST29 +TEST 29: after addition then removal of a 1M file +memory usage: 8 +``` diff --git a/doc/developement_explanations_fr.md b/doc/development_explanations_fr.md similarity index 86% rename from doc/developement_explanations_fr.md rename to doc/development_explanations_fr.md index ddf651a..1be1db9 100644 --- a/doc/developement_explanations_fr.md +++ b/doc/development_explanations_fr.md @@ -166,6 +166,8 @@ OPTIONS -h prints the help. ### Résultats + +``` **Tests on the initial populating of the repository** ============================================================= TEST0 TEST 0: classic cloning. @@ -179,99 +181,99 @@ bandwidth usage (submodule excluded): 8.00 MiB TEST 2: --depth=1 --no-single-branch memory usage: 17552 bandwidth usage (submodule excluded): 3.49 MiB -============================================================= TEST3 -TEST 3: --depth=1 with single-branch (default) -memory usage: 17052 -bandwidth usage (submodule excluded): 3.00 MiB -============================================================= TEST4 -TEST 4: --depth=1 with single-branch (default) and reflog and gc -HEAD is now at 23700cf adding submodule_for_performance_testing module -memory usage: 17056 -bandwidth usage (submodule excluded): 3.00 MiB -============================================================= TEST5 -TEST 5 : sparse-checking only sample0 with depth=1 -memory usage: 10060 -bandwidth usage (submodule excluded): unknown -**Tests on the updating of the repository** -**classic fetching+checking out** -============================================================= TEST6 -TEST 6: after addition of a 1M file -memory usage: +2108 -============================================================= TEST7 -TEST 7: after removal of a 1M file -memory usage: -972 -============================================================= TEST8 -TEST 8: after addition then removal of a 1M file -memory usage: 1088 -**etching+checking out with --depth=1** -============================================================= TEST9 -TEST 9: after addition of a 1M file -memory usage: +2112 -============================================================= TEST10 -TEST 10: after removal of a 1M file -memory usage: -968 -============================================================= TEST11 -TEST 11: after addition then removal of a 1M file -memory usage: 48 -**--depth=1 fetching+checking out reflog and gc** -============================================================= TEST12 -TEST 12: after addition of a 1M file -memory usage: +2052 -============================================================= TEST13 -TEST 13: after removal of a 1M file -memory usage: -1020 -============================================================= TEST14 -TEST 14: after addition then removal of a 1M file -memory usage: 4 -**--depth=1 fetching+ reset --hard** -============================================================= TEST15 -TEST 15: after addition of a 1M file -memory usage: +2116 -============================================================= TEST16 -TEST 16: after removal of a 1M file -memory usage: -964 -============================================================= TEST17 -TEST 17: after addition then removal of a 1M file -memory usage: 52 -**--depth=1 fetching+ reset --hard and reflog and gc** -============================================================= TEST18 -TEST 18: after addition of a 1M file -memory usage: 2056 -============================================================= TEST19 -TEST 19: after removal of a 1M file -memory usage: -1016 -============================================================= TEST20 -TEST 20: after addition then removal of a 1M file -memory usage: 8 -**--depth=1 fetching+checking out after modification applied in submodule** -============================================================= TEST21 -TEST 21: after addition of a 1M file -memory usage: 2112 -============================================================= TEST22 -TEST 22: after removal of a 1M file -memory usage: -976 -============================================================= TEST23 -TEST 23: after addition then removal of a 1M file -memory usage: 48 -**--depth=1 fetching+merging -X theirs with reflog and gc** -============================================================= TEST24 -TEST 24: after addition of a 1M file -memory usage: +2056 -============================================================= TEST25 -TEST 25: after removal of a 1M file -memory usage: 8 -============================================================= TEST26 -TEST 26: after addition then removal of a 1M file -memory usage: 8 -**--depth=1 fetching+merging -s ours with reflog and gc** -============================================================= TEST27 -TEST 27: after addition of a 1M file -memory usage: +2056 -============================================================= TEST28 -TEST 28: after removal of a 1M file -memory usage: -1016 -============================================================= TEST29 -TEST 29: after addition then removal of a 1M file -memory usage: 8 - +============================================================= TEST3 +TEST 3: --depth=1 with single-branch (default) +memory usage: 17052 +bandwidth usage (submodule excluded): 3.00 MiB +============================================================= TEST4 +TEST 4: --depth=1 with single-branch (default) and reflog and gc +HEAD is now at 23700cf adding submodule_for_performance_testing module +memory usage: 17056 +bandwidth usage (submodule excluded): 3.00 MiB +============================================================= TEST5 +TEST 5 : sparse-checking only sample0 with depth=1 +memory usage: 10060 +bandwidth usage (submodule excluded): unknown +**Tests on the updating of the repository** +**classic fetching+checking out** +============================================================= TEST6 +TEST 6: after addition of a 1M file +memory usage: +2108 +============================================================= TEST7 +TEST 7: after removal of a 1M file +memory usage: -972 +============================================================= TEST8 +TEST 8: after addition then removal of a 1M file +memory usage: 1088 +**etching+checking out with --depth=1** +============================================================= TEST9 +TEST 9: after addition of a 1M file +memory usage: +2112 +============================================================= TEST10 +TEST 10: after removal of a 1M file +memory usage: -968 +============================================================= TEST11 +TEST 11: after addition then removal of a 1M file +memory usage: 48 +**--depth=1 fetching+checking out reflog and gc** +============================================================= TEST12 +TEST 12: after addition of a 1M file +memory usage: +2052 +============================================================= TEST13 +TEST 13: after removal of a 1M file +memory usage: -1020 +============================================================= TEST14 +TEST 14: after addition then removal of a 1M file +memory usage: 4 +**--depth=1 fetching+ reset --hard** +============================================================= TEST15 +TEST 15: after addition of a 1M file +memory usage: +2116 +============================================================= TEST16 +TEST 16: after removal of a 1M file +memory usage: -964 +============================================================= TEST17 +TEST 17: after addition then removal of a 1M file +memory usage: 52 +**--depth=1 fetching+ reset --hard and reflog and gc** +============================================================= TEST18 +TEST 18: after addition of a 1M file +memory usage: 2056 +============================================================= TEST19 +TEST 19: after removal of a 1M file +memory usage: -1016 +============================================================= TEST20 +TEST 20: after addition then removal of a 1M file +memory usage: 8 +**--depth=1 fetching+checking out after modification applied in submodule** +============================================================= TEST21 +TEST 21: after addition of a 1M file +memory usage: 2112 +============================================================= TEST22 +TEST 22: after removal of a 1M file +memory usage: -976 +============================================================= TEST23 +TEST 23: after addition then removal of a 1M file +memory usage: 48 +**--depth=1 fetching+merging -X theirs with reflog and gc** +============================================================= TEST24 +TEST 24: after addition of a 1M file +memory usage: +2056 +============================================================= TEST25 +TEST 25: after removal of a 1M file +memory usage: 8 +============================================================= TEST26 +TEST 26: after addition then removal of a 1M file +memory usage: 8 +**--depth=1 fetching+merging -s ours with reflog and gc** +============================================================= TEST27 +TEST 27: after addition of a 1M file +memory usage: +2056 +============================================================= TEST28 +TEST 28: after removal of a 1M file +memory usage: -1016 +============================================================= TEST29 +TEST 29: after addition then removal of a 1M file +memory usage: 8 +```