ocaml-benchmark
Function benchmarker
A tool for measuring and comparing the run-time of OCaml functions
Benchmarking module for OCaml
27 stars
5 watching
7 forks
Language: OCaml
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
benchflow/benchflow | Automated performance testing and analysis tool for distributed systems | 25 |
chronoxor/cppbenchmark | A performance benchmarking framework for C++ to measure and analyze code execution time and efficiency | 285 |
chrispenner/wc | An optimization project that uses Haskell to improve the performance of the Unix utility wc | 136 |
abeimler/ecs_benchmark | A collection of benchmarks comparing the performance and scalability of popular Entity-Component-System frameworks in C++ | 227 |
ocaml-ppx/ocamlformat | Automates formatting of OCaml code to conform to specific coding standards | 642 |
hcarty/ocaml-testsimple | A simple unit testing framework for OCaml | 13 |
petabridge/nbench | A performance benchmarking and testing framework for .NET applications. | 534 |
c-cube/qcheck | A QuickCheck-inspired testing library for OCaml that enables property-based testing and random value generation. | 354 |
bencherdev/bencher | Tools and frameworks for continuous performance benchmarking of software systems | 586 |
janestreet/core_bench | A library for running micro-benchmarks in OCaml | 50 |
sanderspies/ocaml | A WebAssembly backend for the OCaml programming language | 79 |
d6y/jchav | An open-source tool to track changes in web application performance over time by running regular benchmark tests | 3 |
mirage/alcotest | A test framework for OCaml with a simple interface and query language | 458 |
krohrer/caml-inspect | A library to inspect arbitrary OCaml values and their associated object graph by dumping them as S-expressions or writing output in the DOT-language | 33 |
chris00/ocaml-cairo | An OCaml binding to the Cairo graphics library | 55 |