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 c00b285 commit b247b5fCopy full SHA for b247b5f
turbopack/crates/turbo-persistence/src/compaction/selector.rs
@@ -279,8 +279,6 @@ mod tests {
279
})
280
.collect::<Vec<_>>();
281
282
- let mut number_of_compactions = 0;
283
-
284
for _ in 0..100 {
285
let coverage = total_coverage(&containers, (0, 10000));
286
@@ -292,7 +290,6 @@ mod tests {
292
290
let jobs = get_compaction_jobs(&containers, &config);
293
291
if !jobs.is_empty() {
294
do_compact(&mut containers, jobs);
295
- number_of_compactions += 1;
296
}
297
298
0 commit comments