package bechamel

  1. Overview
  2. Docs
Yet Another Benchmark in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

bechamel-0.5.0.tbz
sha256=2f9aa544395fa62ea067352782988bf94d977162d4d3ee6e321e49a29c5ec868
sha512=80af7d3015fd3e63514b6241190f7fc96a1329480d98526dc426c8e24fdf2f196917a9bdae72ac7234e21b2835c38a5ac989cfc00360d9530afe52f97f58c79f

CHANGES.md.html

v0.5.0 2023-10-31 Paris (France)

  • Fix unsafe access causing SIGSEGV (@edwintorok, #43)

  • Fix compulation of the confidence indicator (@edwintorok, @lindig, @dinosaure, #45)

  • Upgrade monotonic clock detection (@dra27, #44)

  • Fix double-free when we use resources (@edwintorok, @dinosaure, #47)

v0.4.0 2023-03-30 Paris (France)

  • Fix the support of OCaml 5.0 (@avsm, #38)

  • Add a CI on Windows (@avsm, #38)

  • Add a documentation about Bechamel_perf (@dinosaure, @OliverNicole, #39)

v0.3.0 2022-06-24 Paris (France)

  • Improve the entry point documentation (@yomimono, #28)

  • Fix deprecated Obj function (@OlivierNicole, #29)

  • Use json-data-encoding instead of ocplib-json-typed (@samoht, #34)

  • Improve the documentation (@edwintorok, #32)

  • Add hardware perf measures (@OlivierNicole, #30)

v0.2.0 2022-01-17 Paris (France)

  • Add missing dependencies (@kit-ty-kate, #20)

  • Upgrade the codebase (@dinosaure, #24)

  • Add a finalizer function to allow the user to allocate resource (@dinosaure, @CraigFe, #22, #25)

  • Update the documentation (@dinosaure, #26)

v0.1.0 2020-08-10 Paris (France)

  • First release