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
|
some weird inheriting of ssh FDs by sshd. Bug was introduced in
|
||||||
git-annex version 7.20200202.7.
|
git-annex version 7.20200202.7.
|
||||||
* Fix a bug in find --branch in the previous version.
|
* 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
|
* drop: Sped up seeking files to drop by 2x, and also some performance
|
||||||
improvements to checking numcopies.
|
improvements to checking numcopies.
|
||||||
|
|
||||||
|
|
|
@ -33,9 +33,7 @@ and precache them.
|
||||||
> > > * `sync --content` 2x speedup!
|
> > > * `sync --content` 2x speedup!
|
||||||
> > > * `fsck --fast` 1.5x speedup
|
> > > * `fsck --fast` 1.5x speedup
|
||||||
> > > * `whereis` 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]]
|
> > > [[done]]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue