package core_bench

  1. Overview
  2. Docs
Benchmarking library

Install

Dune Dependency

Authors

Maintainers

Sources

core_bench-v0.15.0.tar.gz
sha256=5db364e75b35f0ba1d528d5edfc6c701abeb619ce1879a1199251e2a8c535258

doc/src/core_bench.runner/public_runner.ml.html

Source file public_runner.ml

1
2
3
4
5
6
open Core

let () =
  Inline_benchmarks_public.Runner.main
    ~libname:(Option.value ~default:"<UNKNOWN_LIBRARY>" (Sys.getenv "BENCH_LIB"))
;;
OCaml

Innovation. Community. Security.