Skip to content

Commit 1901cf9

Browse files
committed
Document expected workload calculation with existing in-flight cards, clarifying that per-card parameters are ignored in favor of global parameters.
1 parent a25b735 commit 1901cf9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/simulation.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,10 @@ pub fn expected_workload(
561561
Ok(workload)
562562
}
563563

564+
/// Evaluate expected workload when there are already in-flight cards.
565+
///
566+
/// Note: per-card parameters on `existing_cards` are ignored—this function always
567+
/// uses the provided global `parameters` slice.
564568
pub fn expected_workload_with_existing_cards(
565569
parameters: &Parameters,
566570
desired_retention: f32,

0 commit comments

Comments
 (0)