ppx_bench
Syntax extension for writing in-line benchmarks in ocaml code
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Manual
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.