We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caf7b1 commit 5357457Copy full SHA for 5357457
optd-persistent/src/cost_model/interface.rs
@@ -72,7 +72,6 @@ pub trait CostModelStorageLayer {
72
epoch_id: Self::EpochId,
73
) -> StorageResult<()>;
74
75
- // i32 in `stats:i32` is a placeholder for the stats type
76
async fn update_stats(&self, stat: Stat, epoch_id: Self::EpochId) -> StorageResult<()>;
77
78
async fn store_cost(
0 commit comments