mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix: flapping test due to cache
This commit is contained in:
@@ -439,6 +439,9 @@ mod tests {
|
||||
complexity_model: &CpuComplexity::default(),
|
||||
};
|
||||
|
||||
let _ = optimize_v0(sum_size, precision, config, weight as f64, &search_space);
|
||||
// ensure cache is filled
|
||||
|
||||
let chrono = Instant::now();
|
||||
let state = optimize_v0(sum_size, precision, config, weight as f64, &search_space);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user