Josef Cullhed
Josef Cullhed
Hello, I have followed the examples here: https://aws.amazon.com/blogs/compute/introducing-the-c-lambda-runtime/ When I run my internal execution so that it takes 5 seconds everything works fine. But when I run it for 70...
Add a benchmark class that can easily benchmark code and print average time, standard deviation, confidence intervals. Example use: ``` profiler::benchmark bm; bm.run(100000, []() { // code to benchmark });...
To get this project more attractive to people we should make it more accessible to other people by making things more straight forward. The thing is that it is really...