You are here |
xnacly.me | ||
| | | |
www.cppstories.com
|
|
| | | | After I finished my last post about a performance timer, I got a comment suggesting other libraries - much more powerful than my simple solution. Let's see what can be found in the area of benchmarking libraries. Intro The timer I've introduced recently is easy to use, but also returns just the basic information: elapsed time for an execution of some code... What if we need more advanced data and more structured approach of doing benchmarks in the system? | |
| | | |
www.peterbe.com
|
|
| | | | ts-node is fine compared to esno and esrun, but bun blows them away | |
| | | |
www.cppstories.com
|
|
| | | | Some time ago I wrote about micro benchmarking libraries for C++ - here's the link. I've described three libraries: Nonius, Hayai, Celero. But actually, I wanted to cover fourth one. Google Benchmark library was at that time not available for my Windows environment, so I couldn't test it. Fortunately, under the original post I got a comment saying that the library is now ready for Visual Studio! | |
| | | |
ekhabarov.com
|
|
| | Building simplest gRPC service. |