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