diff options
author | Jakob Unterwurzacher | 2021-06-04 22:16:41 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-06-04 22:17:13 +0200 |
commit | 3a1f009c1ad281f37a7643b32a63057dd9c2a16e (patch) | |
tree | 7dd17ec627e684261729cb7204c228e1f834485c /contrib/atomicrename/.gitignore | |
parent | 015cd066e1a857efd3d820a1ac29b89829ac72ed (diff) |
Add contrib/atomicrename
$ ./contrib/atomicrename/atomicrename -h
atomicrename creates 100 "src" files in the current directory, renames
them in random order over a single "dst" file while reading the "dst"
file concurrently in a loop.
Progress and errors are reported as they occour in addition to a summary
printed at the end. cifs and fuse filesystems are known to fail, local
filesystems and nfs seem ok.
See https://github.com/hanwen/go-fuse/issues/398 for background info.
Diffstat (limited to 'contrib/atomicrename/.gitignore')
-rw-r--r-- | contrib/atomicrename/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/atomicrename/.gitignore b/contrib/atomicrename/.gitignore new file mode 100644 index 0000000..b91a212 --- /dev/null +++ b/contrib/atomicrename/.gitignore @@ -0,0 +1 @@ +/atomicrename |