diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-22 17:21:18 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-22 17:21:18 +0800 |
| commit | 953550aee9207fae3f1a636c92d76809c8a36e5e (patch) | |
| tree | 7c85eff46126285dffa4d0298c2c7a06110b977e /_log/vcs-1.md | |
| parent | 37dca88045810de3fb123d8df083eeb488dc1f86 (diff) | |
| download | www-953550aee9207fae3f1a636c92d76809c8a36e5e.tar.gz | |
Pre no style css class for tables.
Diffstat (limited to '_log/vcs-1.md')
| -rw-r--r-- | _log/vcs-1.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/_log/vcs-1.md b/_log/vcs-1.md index 8fce6ff..58cb896 100644 --- a/_log/vcs-1.md +++ b/_log/vcs-1.md @@ -80,7 +80,7 @@ Performed on T490 (i7-10510U, OpenBSD 7.8) against git v2.51.0: Small repo: -``` +<pre class="pre-no-style"> ============================================================= BENCHMARK: 200 files @ 20 depth ============================================================= @@ -128,11 +128,11 @@ Page faults | Maj:0 / Min:0 | Maj:0 / Min:0 Inodes | 347 | 397 Repo size | 4212 KB | 3496 KB ------------------------------------------------------------- -``` +</pre> Larger repo: -``` +<pre class="pre-no-style"> ============================================================= BENCHMARK: 5000 files @ 50 depth ============================================================= @@ -180,11 +180,11 @@ Page faults | Maj:0 / Min:0 | Maj:0 / Min:0 Inodes | 5264 | 5342 Repo size | 91620 KB | 70592 KB ------------------------------------------------------------- -``` +</pre> ### Impact of commits over time -``` +<pre class="pre-no-style"> ============================================================= REBASE BENCHMARK: 1000 files (100 commits) CONDITIONS: Depth=2, Files Mod=5%, Change=50% @@ -247,7 +247,7 @@ Repo size | 20864 KB | 37008 KB ------------------------------------------------------------- TOTAL URN REBASES: 273 -``` +</pre> Git wins on speed and memory. Cold start is the exception — urn's add + commit beats git there. Git's zlib compression wins on initial disk usage. |
