GitXplorerGitXplorer
j

core_bench

public
50 stars
14 forks
12 issues

Commits

List of commits on branch master.
Unverified
112baf8ad8e4fc79b7a2f950aab97653b24c6157

v0.17~preview.129.15+205

ppublic-release committed 10 months ago
Unverified
79299364a8fd23111f0ae1ed41c7795205048a60

v0.17~preview.129.11+135

ppublic-release committed 10 months ago
Unverified
11fa6b5f82b00435353fb49a598d11ba133ffe15

v0.17~preview.129.07+242

ppublic-release committed a year ago
Unverified
3a6b5bd98c62cd6f3d65a571e466455e50fcd398

v0.17~preview.129.00+111

ppublic-release committed a year ago
Unverified
6946c828a01d67803c039d920865abf7a3b5abc7

v0.17~preview.128.47+23

ppublic-release committed a year ago
Unverified
f7a61c1866ea88f80d2c1a44a145184afb2e543b

v0.17~preview.128.37+01

ppublic-release committed a year 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.