• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

include/H10-Dec-2019-282268

src/H10-Dec-2019-6018

README.mdH A D10-Dec-2019697 1511

benchmark.pyH A D03-May-202210.2 KiB355289

char_stat.pyH A D03-May-20221.6 KiB6042

chars.pyH A D03-May-20222.3 KiB21

generate.pyH A D03-May-20228.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