package core_bench

  1. Overview
  2. Docs
Benchmarking library

Install

Dune Dependency

Authors

Maintainers

Sources

core_bench-v0.16.0.tar.gz
sha256=fbba6bf4d5ab009a478d62d772ef75b132e1aee568273112a585a29c39999ad5

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.