fusego/samples
Vitaliy Filippov 84920d11dd Add vectored read to readbenchfs
You can now run `./readbenchfs --mount_point dir --vectored` and then
`dd if=dir/test of=/dev/null iflag=direct bs=1M status=progress` to test
vectored read speed.

Results from my laptop (Linux 5.10):

1 core (GOMAXPROCS=1):
- Before vectored read patch: 2.1 GB/s
- Non-vectored read after vectored read patch: 2.1 GB/s
- Vectored read: 2.8 GB/s

All cores:
- Before vectored read patch: 3.0 GB/s
- Non-vectored read after vectored read patch: 3.3 GB/s
- Vectored read: 5.9 GB/s
2022-03-03 09:25:18 +01:00
..
cachingfs remove naked returns across the code base (#75) 2020-01-28 10:10:08 +01:00
dynamicfs remove naked returns across the code base (#75) 2020-01-28 10:10:08 +01:00
errorfs Fix tests on MacOS. (#86) 2020-06-26 07:46:03 +02:00
flushfs skip failing test for now 2021-08-02 09:27:30 +02:00
forgetfs remove naked returns across the code base (#75) 2020-01-28 10:10:08 +01:00
hellofs remove naked returns across the code base (#75) 2020-01-28 10:10:08 +01:00
interruptfs remove naked returns across the code base (#75) 2020-01-28 10:10:08 +01:00
memfs feat: Remove duplicate code in test (#119) 2022-01-09 15:54:07 +01:00
mount_hello add samples/mount_hello executable 2020-04-23 21:11:18 +02:00
mount_memfs Create mount_memfs sample (#121) 2022-02-14 20:12:19 +01:00
mount_readbenchfs Add vectored read to readbenchfs 2022-03-03 09:25:18 +01:00
mount_roloopbackfs Added samples/roloopbackfs (#95) 2021-03-30 13:24:55 +02:00
mount_sample remove naked returns across the code base (#75) 2020-01-28 10:10:08 +01:00
readbenchfs Add vectored read to readbenchfs 2022-03-03 09:25:18 +01:00
roloopbackfs Added samples/roloopbackfs (#95) 2021-03-30 13:24:55 +02:00
statfs Add support for max_pages and increase to 256 (#96) 2021-08-02 23:29:12 +02:00
in_process.go Add pid in all fuse ops (#92) 2020-10-28 08:51:23 +01:00
subprocess.go remove naked returns across the code base (#75) 2020-01-28 10:10:08 +01:00
unmount.go remove naked returns across the code base (#75) 2020-01-28 10:10:08 +01:00