Bonsai_benchmodule Interaction : sig ... endmodule Test : sig ... endval 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 ->
unitbench works identically to Core_bench_js.bench, but ensures that Observers involved in benchmarks are cleaned up between consecutive benchmarks.