aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-05 08:00:10 +0800
committerGravatar Runxi Yu2026-03-05 08:00:10 +0800
commitf581cf70d0190c291d529ae4f5fad58efb631899 (patch)
treeb0b6a4e7358e0114ba367276e441df50d00f2a51
parentREADME: Semver starts at 1.0.0 (diff)
signatureNo signature
README: benchmark disclaim
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index a9e3a8d5..be2bf298 100644
--- a/README.md
+++ b/README.md
@@ -81,9 +81,13 @@ Furgit is a low-level Git library in Go.
ZLIB. These will be re-added.
* Alpine edge, i5-10210U, `performance` governor, `linux.git`.
* go-git expects significant speed-ups after [mmap](https://pkg.go.dev/github.com/go-git/go-git/v6/storage/filesystem/mmap)
+* These lone tests do not represent all workloads. Test your usage
+ pattern yourself (and contribute to gitbench).
### Traversing all trees in `HEAD` and fetching each file size
+Mainly tests the packfile object reader.
+
| Implementation | Total | User | System |
| - | - | - | - |
| Git | 337 ms | 226 ms | 108 ms |