Simplify
This commit is contained in:
parent
1461b41a36
commit
7f3ec69cf6
7 changed files with 236 additions and 158 deletions
16
config.bench.toml
Normal file
16
config.bench.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[server]
|
||||
port = 3000
|
||||
replication_factor = 2
|
||||
virtual_nodes = 100
|
||||
|
||||
[database]
|
||||
path = "/tmp/mkv-bench/index.db"
|
||||
|
||||
[[volumes]]
|
||||
url = "http://localhost:3101"
|
||||
|
||||
[[volumes]]
|
||||
url = "http://localhost:3102"
|
||||
|
||||
[[volumes]]
|
||||
url = "http://localhost:3103"
|
||||
Loading…
Add table
Add a link
Reference in a new issue