Skip to content

Instantly share code, notes, and snippets.

@eras
eras / build.sh
Created October 22, 2017 09:43
Simple C call time benchmark
#!/bin/sh
set -e
ocamlfind query bench || opam install bench
ocamlfind ocamlopt -linkpkg -o foo foo-c.c foo.ml -package unix,bench