doc plus jolie

This commit is contained in:
eleonore12345 2024-07-25 12:02:56 +02:00
parent 3825fd5369
commit c356f8b85b
2 changed files with 206 additions and 203 deletions

View File

@ -163,112 +163,113 @@ OPTIONS
-h prints the help. -h prints the help.
### Results ### 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
```

View File

@ -166,6 +166,8 @@ OPTIONS
-h prints the help. -h prints the help.
### Résultats ### Résultats
```
**Tests on the initial populating of the repository** **Tests on the initial populating of the repository**
============================================================= TEST0 ============================================================= TEST0
TEST 0: classic cloning. TEST 0: classic cloning.
@ -179,99 +181,99 @@ bandwidth usage (submodule excluded): 8.00 MiB
TEST 2: --depth=1 --no-single-branch TEST 2: --depth=1 --no-single-branch
memory usage: 17552 memory usage: 17552
bandwidth usage (submodule excluded): 3.49 MiB bandwidth usage (submodule excluded): 3.49 MiB
============================================================= TEST3 ============================================================= TEST3
TEST 3: --depth=1 with single-branch (default) TEST 3: --depth=1 with single-branch (default)
memory usage: 17052 memory usage: 17052
bandwidth usage (submodule excluded): 3.00 MiB bandwidth usage (submodule excluded): 3.00 MiB
============================================================= TEST4 ============================================================= TEST4
TEST 4: --depth=1 with single-branch (default) and reflog and gc TEST 4: --depth=1 with single-branch (default) and reflog and gc
HEAD is now at 23700cf adding submodule_for_performance_testing module HEAD is now at 23700cf adding submodule_for_performance_testing module
memory usage: 17056 memory usage: 17056
bandwidth usage (submodule excluded): 3.00 MiB bandwidth usage (submodule excluded): 3.00 MiB
============================================================= TEST5 ============================================================= TEST5
TEST 5 : sparse-checking only sample0 with depth=1 TEST 5 : sparse-checking only sample0 with depth=1
memory usage: 10060 memory usage: 10060
bandwidth usage (submodule excluded): unknown bandwidth usage (submodule excluded): unknown
**Tests on the updating of the repository** **Tests on the updating of the repository**
**classic fetching+checking out** **classic fetching+checking out**
============================================================= TEST6 ============================================================= TEST6
TEST 6: after addition of a 1M file TEST 6: after addition of a 1M file
memory usage: +2108 memory usage: +2108
============================================================= TEST7 ============================================================= TEST7
TEST 7: after removal of a 1M file TEST 7: after removal of a 1M file
memory usage: -972 memory usage: -972
============================================================= TEST8 ============================================================= TEST8
TEST 8: after addition then removal of a 1M file TEST 8: after addition then removal of a 1M file
memory usage: 1088 memory usage: 1088
**etching+checking out with --depth=1** **etching+checking out with --depth=1**
============================================================= TEST9 ============================================================= TEST9
TEST 9: after addition of a 1M file TEST 9: after addition of a 1M file
memory usage: +2112 memory usage: +2112
============================================================= TEST10 ============================================================= TEST10
TEST 10: after removal of a 1M file TEST 10: after removal of a 1M file
memory usage: -968 memory usage: -968
============================================================= TEST11 ============================================================= TEST11
TEST 11: after addition then removal of a 1M file TEST 11: after addition then removal of a 1M file
memory usage: 48 memory usage: 48
**--depth=1 fetching+checking out reflog and gc** **--depth=1 fetching+checking out reflog and gc**
============================================================= TEST12 ============================================================= TEST12
TEST 12: after addition of a 1M file TEST 12: after addition of a 1M file
memory usage: +2052 memory usage: +2052
============================================================= TEST13 ============================================================= TEST13
TEST 13: after removal of a 1M file TEST 13: after removal of a 1M file
memory usage: -1020 memory usage: -1020
============================================================= TEST14 ============================================================= TEST14
TEST 14: after addition then removal of a 1M file TEST 14: after addition then removal of a 1M file
memory usage: 4 memory usage: 4
**--depth=1 fetching+ reset --hard** **--depth=1 fetching+ reset --hard**
============================================================= TEST15 ============================================================= TEST15
TEST 15: after addition of a 1M file TEST 15: after addition of a 1M file
memory usage: +2116 memory usage: +2116
============================================================= TEST16 ============================================================= TEST16
TEST 16: after removal of a 1M file TEST 16: after removal of a 1M file
memory usage: -964 memory usage: -964
============================================================= TEST17 ============================================================= TEST17
TEST 17: after addition then removal of a 1M file TEST 17: after addition then removal of a 1M file
memory usage: 52 memory usage: 52
**--depth=1 fetching+ reset --hard and reflog and gc** **--depth=1 fetching+ reset --hard and reflog and gc**
============================================================= TEST18 ============================================================= TEST18
TEST 18: after addition of a 1M file TEST 18: after addition of a 1M file
memory usage: 2056 memory usage: 2056
============================================================= TEST19 ============================================================= TEST19
TEST 19: after removal of a 1M file TEST 19: after removal of a 1M file
memory usage: -1016 memory usage: -1016
============================================================= TEST20 ============================================================= TEST20
TEST 20: after addition then removal of a 1M file TEST 20: after addition then removal of a 1M file
memory usage: 8 memory usage: 8
**--depth=1 fetching+checking out after modification applied in submodule** **--depth=1 fetching+checking out after modification applied in submodule**
============================================================= TEST21 ============================================================= TEST21
TEST 21: after addition of a 1M file TEST 21: after addition of a 1M file
memory usage: 2112 memory usage: 2112
============================================================= TEST22 ============================================================= TEST22
TEST 22: after removal of a 1M file TEST 22: after removal of a 1M file
memory usage: -976 memory usage: -976
============================================================= TEST23 ============================================================= TEST23
TEST 23: after addition then removal of a 1M file TEST 23: after addition then removal of a 1M file
memory usage: 48 memory usage: 48
**--depth=1 fetching+merging -X theirs with reflog and gc** **--depth=1 fetching+merging -X theirs with reflog and gc**
============================================================= TEST24 ============================================================= TEST24
TEST 24: after addition of a 1M file TEST 24: after addition of a 1M file
memory usage: +2056 memory usage: +2056
============================================================= TEST25 ============================================================= TEST25
TEST 25: after removal of a 1M file TEST 25: after removal of a 1M file
memory usage: 8 memory usage: 8
============================================================= TEST26 ============================================================= TEST26
TEST 26: after addition then removal of a 1M file TEST 26: after addition then removal of a 1M file
memory usage: 8 memory usage: 8
**--depth=1 fetching+merging -s ours with reflog and gc** **--depth=1 fetching+merging -s ours with reflog and gc**
============================================================= TEST27 ============================================================= TEST27
TEST 27: after addition of a 1M file TEST 27: after addition of a 1M file
memory usage: +2056 memory usage: +2056
============================================================= TEST28 ============================================================= TEST28
TEST 28: after removal of a 1M file TEST 28: after removal of a 1M file
memory usage: -1016 memory usage: -1016
============================================================= TEST29 ============================================================= TEST29
TEST 29: after addition then removal of a 1M file TEST 29: after addition then removal of a 1M file
memory usage: 8 memory usage: 8
```