odp
odp copied to clipboard
[PATCH v2] example: classifier: improvements for performance testing
Some improvements to the classifier example, mainly to enable performance testing.
Perhaps a more stringent CLI input validation could be considered if this is now becoming a proper tester
No more proper than it already was. I don't think we should add a bunch of input validation code unless we really need it for some reason.
About the CLI error checking, for users, it is better to have sane error messages logged by the tester logic instead of something weird or undefined behavior from implementations. Doesn't have to be this PR though.