package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Interaction : sig ... end
module Test : sig ... end
val bench : ?run_config:Core_bench_js.Run_config.t -> ?analysis_configs:Core_bench_js.Analysis_config.t list -> ?display_config:Core_bench_js.Display_config.t -> ?save_to_file:(Core_bench_js.Measurement.t -> string) -> ?libname:string -> Test.t list -> unit

bench works identically to Core_bench_js.bench, but ensures that Observers involved in benchmarks are cleaned up between consecutive benchmarks.