package ppx_bench
Syntax extension for writing in-line benchmarks in ocaml code
Install
Dune Dependency
Authors
Maintainers
Sources
v0.17.1.tar.gz
md5=496d7d989656c95860cf2434e1d8e0e0
sha512=7492c19b408709368f5a1ed020bea2c439ff562f765cd706637dbfb7ecdfc33478f9dd814fcf195292bf634769ae95f8b89b5b33b714e0fd6248f0754e1d37a4
doc/CHANGES.html
v0.11
Depend on ppxlib instead of (now deprecated) ppx_core
113.43.00
- use the new context-free API
113.33.00
- Add an attribute
@name_suffix
tolet%bench_module
. This is an arbitrary expression that gets concatenated to the name of the bench module. It's useful to have this when usingppx_bench
inside a functor, to distinguish each functor application in the output.
113.24.00
- Update to follow
Ppx_core
evolution. Mark attributes as handled inside explicitly dropped pieces of code.
So that a
@@deriving
inside a let%test dropped by ppx_inline_test_drop doesn't cause a failure.