package bonsai

  1. Overview
  2. Docs
A library for building dynamic webapps, using Js_of_ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

bonsai-v0.15.0.tar.gz
sha256=24c4c3149280abd639034ce3acf60e475a772202099e965be8bd8902524573ef

doc/bonsai.bench/Bonsai_bench/index.html

Module Bonsai_bench

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.

OCaml

Innovation. Community. Security.