feat: new router and benchmark setup

This commit is contained in:
2026-04-16 14:23:53 +08:00
parent c86d931d8f
commit 996511f300
35 changed files with 1480 additions and 76 deletions

View File

@@ -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 {