package core_bench

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.