feat: new router and benchmark setup
This commit is contained in:
@@ -79,7 +79,10 @@ impl TtftModel {
|
||||
return 0.0;
|
||||
}
|
||||
let bytes = self.block_bytes(blocks);
|
||||
self.remote_metadata_s + self.rdma_cost_s(bytes) + self.pcie_cost_s(bytes) + self.layout_transform_s
|
||||
self.remote_metadata_s
|
||||
+ self.rdma_cost_s(bytes)
|
||||
+ self.pcie_cost_s(bytes)
|
||||
+ self.layout_transform_s
|
||||
}
|
||||
|
||||
pub fn pcie_cost_s(&self, bytes: u64) -> f64 {
|
||||
|
||||
Reference in New Issue
Block a user