package ppx_bench
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Syntax extension for writing in-line benchmarks in ocaml code
Install
dune-project
Dependency
Authors
Maintainers
Sources
ppx_bench-v0.15.0.tar.gz
sha256=b188c72c3ecd7273fbecece152da206df937263ed5bf0d3163e9a123a8c2e17e
doc/ppx_bench.runtime-lib/Ppx_bench_lib/Benchmark_accumulator/Entry/index.html
Module Benchmark_accumulator.EntrySource
Source
type ('param, 'a) parameterised_spec = {arg_name : string;params : (string * 'param) list;(*The first coordinate is some string representation of the second coordinate.
*)thunk : 'param -> unit -> 'a;
}Source
type test_spec = | Regular_thunk : ([ `init ] -> unit -> 'a) -> test_spec| Parameterised_thunk : ('param, 'a) parameterised_spec -> test_spec
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>