package bonsai

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=0c4a714146073f421f1a6179561f836b45d8dc012c743207d3481ea63bef74bf

doc/src/bonsai.bench/bonsai_bench.ml.html

Source file bonsai_bench.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
open! Core
open! Bonsai
module Test = Test
module Interaction = Interaction
include Interaction

let bench ?run_config ?analysis_configs ?display_config ?save_to_file ?libname tests =
  tests
  |> List.intersperse ~sep:Cleanup.invalidate_observers
  |> Core_bench_js.bench
       ?run_config
       ?analysis_configs
       ?display_config
       ?save_to_file
       ?libname
;;
OCaml

Innovation. Community. Security.