Xilinx / inference-server

https://xilinx.github.io/inference-server/
Apache License 2.0
43 stars 13 forks source link

Use Google Benchmark for C++ benchmarks #146

Closed varunsh-xilinx closed 1 year ago

varunsh-xilinx commented 1 year ago

Using Google Benchmark to run the C++ benchmarks will help standardize the output and make it easier to collect and parse. The library is also related to GTest which we're already using.

Related to #140