triton-inference-server / client

Triton Python, C++ and Java client libraries, and GRPC-generated client examples for go, java and scala.
BSD 3-Clause "New" or "Revised" License
551 stars 227 forks source link

Print PerfAnalyzerException message on exit #621

Closed matthewkotila closed 5 months ago

matthewkotila commented 5 months ago

For some reason this was missing making it much more difficult to understand why a non-zero exit code was given for cases where a PerfAnalyzerException is thrown with a message supplied in the constructor.

Tested manually and it works.