• Home
Name Date Size #Lines LOC

..--

include/12-May-2024-282268

src/12-May-2024-6018

README.mdD12-May-2024697 1511

benchmark.pyD12-May-202410.2 KiB355289

char_stat.pyD12-May-20241.6 KiB6042

chars.pyD12-May-20242.3 KiB21

generate.pyD12-May-20248.6 KiB300245

README.md

1This directory contains benchmarks for the library.
2
3The characters to use in the benchmarks and their distribution is coming from
4`chars.py`. This is an automatically generated file and can be regenerated using
5`char_stat.py`. It represents the distribution of characters of the Boost 1.61.0
6header files.
7
8To regenerate the benchmarks:
9
10* Generate the source files by running `generate.py`. Unless specified
11  otherwise, it will generate the source files found in `src` to `generated`.
12* Run the benchmarks by running `benchmark.py`. Unless specified otherwise, it
13  will benchmark the compilation of the source files in `generated` and generate
14  the diagrams into the library's documentation.
15