cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Benchmark library with statistics and plotting in C++.
examples
directory.This library can be installed via vcpkg using following configurations:
Add a vcpkg registry https://gitlab.com/MusicScience37Projects/vcpkg-registry
in vcpkg-configuration.json
.
Example:
Add cpp-stat-bench
in vcpkg.json
Example:
To build this repository, you will require following dependencies:
poetry install
on this directory.poetry run pre-commit install
on this directory if you develop this library.Additionally, you will require following dependencies to build documentation.
PLANTUML_JAR_PATH
environment variable to specify the place of plantuml.jar
file.After installing the above dependencies, execute the following commands:
Start a shell of poetry.
Download vcpkg if you haven't already.
On Windows:
On Linux:
bash ./vcpkg/bootstrap-vcpkg.sh
Configure.
Optionally edit options.
Build.
Optionally run tests.
This project is licensed under Apache License, Version 2.0.