Skip to content

Commit 27e485a

Browse files
committed
track big performance on checkpoints
1 parent 3f1f1ab commit 27e485a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/performance.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ mod tests {
331331
let random_files = find_random_files_with_options(
332332
test_repo,
333333
FindRandomFilesOptions {
334-
random_file_count: 1000,
334+
random_file_count: 2200,
335335
large_file_count: 0,
336336
},
337337
)
@@ -342,12 +342,6 @@ mod tests {
342342
let all_files: Vec<String> = random_files.random_files;
343343
println!("Found {} files to edit", all_files.len());
344344

345-
assert!(
346-
all_files.len() == 1000,
347-
"Should have at least 100 files to edit, found {}",
348-
all_files.len()
349-
);
350-
351345
// Create a sampler that runs 5 times (fewer due to the large number of files)
352346
let sampler = Sampler::new(5);
353347

0 commit comments

Comments
 (0)