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,7 +163,9 @@ OPTIONS
-h prints the help.
### Results
======================================= Tests on the initial populating of the repository
```
**Tests on the initial populating of the repository**
============================================================= TEST0
TEST 0: classic cloning.
memory usage: 22668
@ -177,7 +179,7 @@ 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))
TEST 3: --depth=1 with single-branch (default)
memory usage: 17052
bandwidth usage (submodule excluded): 3.00 MiB
============================================================= TEST4
@ -189,8 +191,8 @@ bandwidth usage (submodule excluded): 3.00 MiB
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
**Tests on the updating of the repository**
**classic fetching+checking out**
============================================================= TEST6
TEST 6: after addition of a 1M file
memory usage: +2108
@ -200,7 +202,7 @@ memory usage: -972
============================================================= TEST8
TEST 8: after addition then removal of a 1M file
memory usage: 1088
============================================== fetching+checking out with --depth=1
**etching+checking out with --depth=1**
============================================================= TEST9
TEST 9: after addition of a 1M file
memory usage: +2112
@ -210,7 +212,7 @@ 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
**--depth=1 fetching+checking out reflog and gc**
============================================================= TEST12
TEST 12: after addition of a 1M file
memory usage: +2052
@ -220,7 +222,7 @@ memory usage: -1020
============================================================= TEST14
TEST 14: after addition then removal of a 1M file
memory usage: 4
================================================ --depth=1 fetching+ reset --hard
**--depth=1 fetching+ reset --hard**
============================================================= TEST15
TEST 15: after addition of a 1M file
memory usage: +2116
@ -230,7 +232,7 @@ 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
**--depth=1 fetching+ reset --hard and reflog and gc**
============================================================= TEST18
TEST 18: after addition of a 1M file
memory usage: 2056
@ -240,7 +242,7 @@ 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
**--depth=1 fetching+checking out after modification applied in submodule**
============================================================= TEST21
TEST 21: after addition of a 1M file
memory usage: 2112
@ -250,7 +252,7 @@ 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
**--depth=1 fetching+merging -X theirs with reflog and gc**
============================================================= TEST24
TEST 24: after addition of a 1M file
memory usage: +2056
@ -260,7 +262,7 @@ 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
**--depth=1 fetching+merging -s ours with reflog and gc**
============================================================= TEST27
TEST 27: after addition of a 1M file
memory usage: +2056
@ -270,5 +272,4 @@ 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.
### Résultats
```
**Tests on the initial populating of the repository**
============================================================= TEST0
TEST 0: classic cloning.
@ -273,5 +275,5 @@ memory usage: -1016
============================================================= TEST29
TEST 29: after addition then removal of a 1M file
memory usage: 8
```