Basic time-weighted binning
This commit is contained in:
@@ -90,8 +90,8 @@ pub fn test_cluster() -> netpod::Cluster {
|
||||
listen: "0.0.0.0".into(),
|
||||
port: 8360 + id as u16,
|
||||
port_raw: 8360 + id as u16 + 100,
|
||||
data_base_path: format!("../tmpdata/node{:02}", id).into(),
|
||||
cache_base_path: format!("../tmpdata/node{:02}", id).into(),
|
||||
data_base_path: format!("tmpdata/node{:02}", id).into(),
|
||||
cache_base_path: format!("tmpdata/node{:02}", id).into(),
|
||||
ksprefix: "ks".into(),
|
||||
split: id,
|
||||
backend: "testbackend".into(),
|
||||
|
||||
Reference in New Issue
Block a user