Skip to content

Commit

Permalink
The index keeps growing
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Nov 4, 2022
1 parent 18253ff commit 8d44a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ fn mem_usage() {
all_crates.len(),
used / all_crates.len()
);
assert!(used / all_crates.len() < 5100);
assert!(used / all_crates.len() < 6000);
}

0 comments on commit 8d44a48

Please sign in to comment.