-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Development Platform
I have #ifdef controlled benchmarks. It may be the case that no benchmarks end up being defined in the *_bm executable. This isn't considered an error. It's still a valid program that just starts up and generates a report that it did nothing, and exits with exit code 0.
Resmoke however, is not able to handle this possibility.
To work around this, I would have to define a dummy benchmark unconditionally just to deal with resmoke, which isn't ideal.