Description
Inline benchmarks can be written directly beside the OCaml code they measure. This helps developers track performance of important functions without maintaining separate benchmark files.
It is a PPX syntax extension for development and performance testing. Benchmark results depend on the test environment and should not be treated as absolute across machines.