reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

feat: Improve benchmark reporting capabilities #120

Closed rfernandes closed 3 years ago

rfernandes commented 3 years ago

Allow a style parameter to be specified on benchmarks allowing for the full histogram to be printed, and add a gnuplot based script that is able to split that benchmark into temp files and generate svg plots

rfernandes commented 3 years ago

Needs work