diff options
| author | 2026-03-05 08:00:10 +0800 | |
|---|---|---|
| committer | 2026-03-05 08:00:10 +0800 | |
| commit | f581cf70d0190c291d529ae4f5fad58efb631899 (patch) | |
| tree | b0b6a4e7358e0114ba367276e441df50d00f2a51 | |
| parent | README: Semver starts at 1.0.0 (diff) | |
| signature | No signature | |
README: benchmark disclaim
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | |
