labring / sealfs

The storage system of sealos, aims to be a high-performance, high-reliability, and auto-scaling distributed file system
Apache License 2.0
142 stars 20 forks source link

bench: Add benchmark for local storage #90

Closed uran0sH closed 1 year ago

uran0sH commented 1 year ago

Signed-off-by: Bosco Huang huangwenyuu@outlook.com

luanshaotong commented 1 year ago

Maybe buffer for fd will speed up read and write. Never mind, this is a good commit.

uran0sH commented 1 year ago

Maybe buffer for fd will speed up read and write. Never mind, this is a good commit.

The OS doesn't allow open many fds at the same time.