8000 GitHub - edwintorok/bechamel: Agnostic benchmark in OCaml (proof-of-concept)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

edwintorok/bechamel

 
 

Repository files navigation

Bechamel - Agnostic benchmark tool in OCaml

Bechamel is a toolkit to do a micro-benchmarking on your functions. The user is able to extend metrics (depending on your machine). Intially, Bechamel can record monotonic clock & garbage collector. bechamel-perf can help you for perf metrics if you are a Linux user.

Bechamel can show results:

  • in your terminal with bechamel-notty
  • via a HTML + JavaScript page with bechamel-js

You can see an example of the produced HTML page here. Some examples exist which take the opportunity of the output and metrics:

  • fact.ml which produces an HTML + JavaScript report
  • list.ml which shows results into your terminal
  • sqrt.ml which uses perf metrics

The documentation is available here.

About

Agnostic benchmark in OCaml (proof-of-concept)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 76.3%
  • JavaScript 17.0%
  • C 4.6%
  • CSS 1.4%
  • Other 0.7%
0