-
Would it be possible to add an option to `hayai` to save the benchmark results, e.g. in `XML` or `JSON` format?
cdeil updated
10 years ago
-
I wanted to try out `Celero` and did this:
```
$ cmake CMakeLists.txt
$ make
Scanning dependencies of target celero
[ 6%] Building CXX object CMakeFiles/celero.dir/src/BenchmarkInfo.cpp.o
/Users/dei…
cdeil updated
10 years ago
-
Currently https://github.com/DigitalInBlue/Celero only links to http://www.helleboreconsulting.com, which is not useful to get started with `Celero`.
With Google I did find some documentation for `Ce…
cdeil updated
10 years ago
-
Thanks for the great project first.
The celero::DoNotOptimizeAway only cheats the compiler with calling putchar on the first char in data. But the compiler (at least GCC 4.7) is smart enough to keep …
-
I'm having a problem with the baseline code.
Despite of adding seven values into ProblemSetValues array, the baseline code is ran only once with the first value.
The benchmarks code runs normally, b…
-
Support choosing individual test groups to be executed via command line. Pattern after googletest.
-
I would like to point out that identifiers like "[`_CELERO_CONSOLE_H_`](https://github.com/DigitalInBlue/Celero/blob/c588f6fb0e2ba425f3fd99753aeaab33144b168b/include/celero/Console.h#L1)" and "[`_CELE…