package-managers icon indicating copy to clipboard operation
package-managers copied to clipboard

Improve performance of adding package-manager sized directories to go-ipfs

Open dirkmc opened this issue 6 years ago • 1 comments

See https://github.com/ipfs/go-ipfs/issues/6523

dirkmc avatar Jul 16 '19 21:07 dirkmc

@andrew started work on a script we can use as the basis for generating a tree of files and dirs for performance testing. This makes 1024 files full of 1k random bytes in a folder call testing: dd if=/dev/urandom bs=1024 count=1024 | split -a 4 -b 1k - testing/file.

dirkmc avatar Jul 16 '19 21:07 dirkmc