GitXplorerGitXplorer
j

core_bench

public
50 stars
14 forks
12 issues

Commits

List of commits on branch master.
Unverified
e699ce7b3a37b04216293fb644a24c542588a7da

v0.18~preview.130.05+548

ppublic-release committed 2 months ago
Unverified
f1639197a5e9c47b899912f0f6998a90585e4f6f

v0.18~preview.129.42+498

ppublic-release committed 4 months ago
Unverified
ea18d1f650942a184eb242359ef255afca878e88

v0.17~preview.129.36+325

ppublic-release committed 5 months ago
Unverified
e1883e07c52d008f2065f9860ba0441b21b73fc4

v0.17~preview.129.17+77

ppublic-release committed 8 months ago
Unverified
5430d55ac9a21e4afc0cfd455bbb0d113ca356c6

v0.17~preview.129.17+77

ppublic-release committed 9 months ago
Unverified
304ed405dbc7c11ef4d77b40761c8969a128e111

v0.17~preview.129.17+77

ppublic-release committed 9 months ago

README

The README file for this repository.

"Core_bench"

Core_bench is a library for running benchmarks written using the ppx_bench syntax extension.

See https://blog.janestreet.com/core_bench-micro-benchmarking-for-ocaml/ for the introduction.

To run the benchmarks when using dune, you usually need to define your own executable that calls Inline_benchmarks_public.Runner.main. You need to make sure that the benchmarks are linked into this executable, usually by adding (link_flags -linkall) to the executable stanza to make sure the library dependencies are not dropped by the compiler.