better benchmark for move/copy speedup
This commit is contained in:
parent
18f1fb5841
commit
c5ea2e9d12
2 changed files with 2 additions and 4 deletions
|
@ -8,7 +8,7 @@ git-annex (8.20200720.2) UNRELEASED; urgency=medium
|
|||
some weird inheriting of ssh FDs by sshd. Bug was introduced in
|
||||
git-annex version 7.20200202.7.
|
||||
* Fix a bug in find --branch in the previous version.
|
||||
* move, copy: Some performance improvements.
|
||||
* move, copy --to: Sped up seeking files by 2x.
|
||||
* drop: Sped up seeking files to drop by 2x, and also some performance
|
||||
improvements to checking numcopies.
|
||||
|
||||
|
|
|
@ -33,10 +33,8 @@ and precache them.
|
|||
> > > * `sync --content` 2x speedup!
|
||||
> > > * `fsck --fast` 1.5x speedup
|
||||
> > > * `whereis` 1.5x speedup
|
||||
> > > * `copy --to` 2x speedup when remote has all files
|
||||
> > >
|
||||
> > > move, copy, and drop probably are also faster, but the work will
|
||||
> > > dominate
|
||||
> > >
|
||||
> > > [[done]]
|
||||
|
||||
Another thing that the same cat-file --buffer approach could be used with
|
||||
|
|
Loading…
Add table
Reference in a new issue