nonius
nonius copied to clipboard
A C++ micro-benchmarking framework
If you follow the releases link in the readme at https://github.com/libnonius/nonius/ it leads to https://github.com/rmartinho/nonius/releases . All of the releases there are present as full source only with no single-header...
to include in a cmake project, it seems 2 header locations are needed ? ``` include_directories(nonius-1.1.2/include/nonius) include_directories(nonius-1.1.2/include) ```
is it possible to have a feature to disable boost with a macro? #include for a header only library , having a boost dependency seems counter intuitive
The HTML report's Javascript incorrectly assumes that the benchmarks in each run are sorted in the same order. That's not the case (maybe it should be?). Instead, you can often...
Create a param named X and run a test with multiple param values, like `benchmark --reporter=html --param=X:+:0:1:10`. The HTML report will show a nice summary page that shows a line...
What is the current state of the library? Some one reviewed your library: https://www.youtube.com/watch?v=DxP--1yEgKQ&feature=youtu.be&t=2703 I would like to use it with newest compiler. See my previous issue: #97
I'd like to use nonius library, but all the documentation is available under [nonius.io](https://nonius.io) website using HSTS, hence I can't open that website as its certificate **expired** on 5 October...
The libstdc++ bundled with G++ 4.8.1 on OpenSUSE 13.1 does not have a move constructor for std::stringstream, and copying is forbidden. Work around this by constructing the std::stringstream directly.
When using the Junit-reporter the field "property" is not closed properly. Example: The property-line needs an additional "/" e.g.