mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Initial commit
This commit is contained in:
19
tests/fuse/config/meta_bench.toml
Normal file
19
tests/fuse/config/meta_bench.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
shuffle = true
|
||||
subdirs = 4
|
||||
files_per_dir = 10000
|
||||
threads = 4
|
||||
coroutines = 8
|
||||
cluster_id = '${FS_CLUSTER}'
|
||||
|
||||
[meta_client]
|
||||
network_type = 'RDMA'
|
||||
selection_mode = 'UniformRandom'
|
||||
|
||||
[mgmtd_client]
|
||||
mgmtd_server_addresses = [ 'RDMA://${ADDRESS}:${MGMTD_PORT}' ]
|
||||
|
||||
[net_client]
|
||||
default_timeout = '1s'
|
||||
|
||||
[[monitor.reporters]]
|
||||
type = 'log'
|
||||
Reference in New Issue
Block a user