aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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 |