Celero icon indicating copy to clipboard operation
Celero copied to clipboard

C++ Benchmark Authoring Library/Framework

Results 11 Celero issues
Sort by recently updated
recently updated
newest added

Hi thanks for this project! I am trying to do a CMake build for an integration of Celero. I came across a few issues: ### MT / MD Visual Studio...

The ```celero-test``` executable terminates with signal: ``` [...skipped...] [----------] 2 tests from Distribution [ RUN ] Distribution.BuildDistribution [ OK ] Distribution.BuildDistribution (0 ms) [ RUN ] Distribution.RunDistribution [ OK ]...

Demo of AWS CodeBuild buildspec.yml

# Issue Template ## Feature Request The Group and Experiment columns in the standard output uses a fixed 15 characters, with longer names being truncated. Can this be automatically scaled...

The [notice] output would be used inside a fixture to print experiment data out to the terminal, but not impact benchmark numbers.

## Bug Report I have a `Fixture` which returns number of experiments: ```cpp std::vector getExperimentValues() const override { // Problem space as number of points (pairs of X/Y) std::vector v;...

I tried out Celero for the first time, and got very inconsistent results. Tried out google benchmark, and it showed: ***WARNING*** CPU scaling is enabled, the benchmark real time measurements...

Some code may maintain state within a process, so provide a mechanism to run an experiment (each iteration) in its own process.

Though we are using baseline measurements, it tends to be handy to know something about the hardware on which an experiment was ran. This is especially true when using raw...

enhancement
good first issue

When celero is added to a project as dependency via `FetchContent` and built in the consuming project build, celeros explicit setting of `CMAKE__POSTFIX` spills into the consuming project. This leads...