Avoid running subsystem-benchmarks with nextest#3716
Avoid running subsystem-benchmarks with nextest#3716AndreiEres wants to merge 1 commit intomasterfrom
Conversation
ggwpez
left a comment
There was a problem hiding this comment.
(no opinion on the code but it fixes my issue)
|
I don't get how this fix fixes the issue? I also have the fundamental question, why do we have a benchmark registered as Generally not sure why this is also not just wrapped into Criterion. I mean you have there logic for warmup etc that would all be done by criterion automatically. |
|
@bkchr About why it's done by tests: they are a bit specific, so we need to implement them in that way without criterion. |
Okay fine, but you don't need to use criterion. If you use |
Yes, but what do you mean? |
sandreim
left a comment
There was a problem hiding this comment.
It's kind of odd to have 2 features in use now. I also don't really get why this fixes the issue.
|
|
||
| [features] | ||
| subsystem-benchmarks = [] | ||
| subsystem-benchmarks-helpers = [] |
There was a problem hiding this comment.
subsystem-benchmarks feature seems to no longer be used at all.
There was a problem hiding this comment.
It's in use. We require that feature to run regression tests. That way we don't mix normal and regression tests.
|
Can't the test just be skipped if feature not defined ? |
No, |
I mean this: #3741 |
|
Closing in favor of: #3741 |
Fixes #3704