Skip to content

Instantly share code, notes, and snippets.

@samrat
Created July 22, 2015 07:40
Show Gist options
  • Save samrat/9c92a3917e904ad0ec04 to your computer and use it in GitHub Desktop.
Save samrat/9c92a3917e904ad0ec04 to your computer and use it in GitHub Desktop.
run_bench.ml
> #require "core_bench"
> open Core.Std;;
> open Core_bench.Std;;
let run_bench tests =
Command.run (Bench.make_command tests);;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment