Created
July 22, 2015 07:40
-
-
Save samrat/9c92a3917e904ad0ec04 to your computer and use it in GitHub Desktop.
run_bench.ml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> #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