[GitHub] [qpid-proton] jdanekrh commented on issue #211: DISCUSS: gbenchmark c++ microbenchmark

2019-11-25 Thread GitBox
jdanekrh commented on issue #211: DISCUSS: gbenchmark c++ microbenchmark URL: https://github.com/apache/qpid-proton/pull/211#issuecomment-558169649 Initial set of tests ``` $ cmake .. -DENABLE_BENCHMARKS=ON $ ctest -V -R benchmarks ``` Expand

[GitHub] [qpid-proton] jdanekrh commented on issue #211: DISCUSS: gbenchmark c++ microbenchmark

2019-11-22 Thread GitBox
jdanekrh commented on issue #211: DISCUSS: gbenchmark c++ microbenchmark URL: https://github.com/apache/qpid-proton/pull/211#issuecomment-557736651 I'll rename the directory. The library is C++. It is C++ 11 in that the recommended usage is with the `for (auto _ : state) {` loop. It

[GitHub] [qpid-proton] jdanekrh commented on issue #211: DISCUSS: gbenchmark c++ microbenchmark

2019-11-22 Thread GitBox
jdanekrh commented on issue #211: DISCUSS: gbenchmark c++ microbenchmark URL: https://github.com/apache/qpid-proton/pull/211#issuecomment-557540440 Found a Jira for this, https://issues.apache.org/jira/browse/PROTON-220 ;)