Skip to content

Commit 6852355

Browse files
committed
Add comment to package_options/revs.rs
1 parent 9ac18a2 commit 6852355

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dylint/src/package_options/revs.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ mod test {
163163
]
164164
});
165165

166+
// smoelius: To reiterate a comment from package_options/mod.rs, the `find` below is an
167+
// iterative search and it is causing this test to become increasingly slow. As of this writing,
168+
// the test takes around two minutes. The search should be a binary search.
166169
#[test]
167170
fn examples() {
168171
for example in &*EXAMPLES {

0 commit comments

Comments
 (0)