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 9ac18a2 commit 6852355Copy full SHA for 6852355
dylint/src/package_options/revs.rs
@@ -163,6 +163,9 @@ mod test {
163
]
164
});
165
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.
169
#[test]
170
fn examples() {
171
for example in &*EXAMPLES {
0 commit comments