global: snapshot

This commit is contained in:
nym21
2026-01-13 22:32:29 +01:00
parent 0c442b4a71
commit e77993fb76
61 changed files with 5047 additions and 5404 deletions

View File

@@ -290,7 +290,7 @@ impl Computer {
info!("Computing prices...");
let i = Instant::now();
price.compute(&starting_indexes, exit)?;
price.compute(indexer, &self.indexes, &starting_indexes, exit)?;
info!("Computed prices in {:?}", i.elapsed());
}