-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.4.0-rc5
-
Component/s: Performance
-
Server Tooling & Methods
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently, if a command is run by benchRun that returns {ok: 0}, we increment the error count but don't actually print out the error. Instead, we should conditionally report the error if the op specifies showError: true.
This would make developing and debugging new performance tests easier.