An open API service indexing awesome lists of open source software.

https://github.com/kfl/mini-benchmark-game


https://github.com/kfl/mini-benchmark-game

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Variants of the `bintrees` benchmark from "The Computer Language Benchmarks Game"
=================================================================================

Just for fun and giggles, don't take it too serious.

Dependencies
------------

* Rust and cargo, install via [`rustup`](https://rustup.rs/)

* Ocaml, install via [opam](https://opam.ocaml.org/), install `opam`
via brew on macOS:

brew install opam

* MLKit, install via [mlkit](https://elsman.com/mlkit/), install
`mlkit` via brew on macOS:

brew install mlkit

* [hyperfine](https://github.com/sharkdp/hyperfine) for benchmarking,
install via brew on macOS:

brew install hyperfine

Build and run benchmarks
------------------------

There is a `Makefile` that builds the various binaries and runs
`hyperfine`, run the benchmarks with:

make bench