Skip to content

Commit

Permalink
Fix for CR-1217441 (#8559)
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay Tondak <[email protected]>
Co-authored-by: Akshay Tondak <[email protected]>
  • Loading branch information
aktondak and Akshay Tondak authored Oct 23, 2024
1 parent 4bc431f commit 5c2dbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_src/core/tools/xbutil2/SubCmdValidate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ SubCmdValidate::getTestNameDescriptions(const bool addAdditionOptions) const
static boost::program_options::options_description common_options;
static std::map<std::string,std::vector<std::shared_ptr<JSONConfigurable>>> jsonOptions;
static const std::pair<std::string, std::string> all_test = {"all", "All applicable validate tests will be executed (default)"};
static const std::pair<std::string, std::string> quick_test = {"quick", "Only the first 4 tests will be executed"};
static const std::pair<std::string, std::string> quick_test = {"quick", "Run a subset of four tests: \n1. latency\n2. throughput\n3. cmd-chain-latency\n4. cmd-chain-throughput"};

SubCmdValidate::SubCmdValidate(bool _isHidden, bool _isDepricated, bool _isPreliminary, const boost::property_tree::ptree& configurations)
: SubCmd("validate",
Expand Down

0 comments on commit 5c2dbf7

Please sign in to comment.