blob: 401602433b7f5152f2933da1fed43775fbb74edb (
plain)
1
2
3
4
5
6
7
8
9
|
# tinyff benching util
This folder contains benchmarks for every format. It also contains an API which is used to make custom benches.
## Structure
`format/`: Contains benchmark tests for formats
`test/`: Contains tests for common formats. These are example programs.
`bench.c & bench.h`: The API for the making the `format/` directory.
|