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
  
    
      v0.15.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=be2fa2db5dc1d74dfc58dd0956025424
    
    
  sha512=3eb9eb071e0effd451e8733b7eb883e44c246ad75c8990cffba3596c1ec95784f57ac63c4cf3966004b83afca4dbf5728fd497e21b1a454116fbba41ff7b24ae
    
    
  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)"
  >