diff options
author | Ori Bernstein <ori@eigenstate.org> | 2014-08-15 15:13:44 -0400 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2014-08-15 15:13:44 -0400 |
commit | 437f6d851e88446fba90495a3175f02e8d3d390c (patch) | |
tree | 3bcb1e2b9c9e48e7547570b374c110faef8712d5 /Makefile | |
parent | a5a4e162cec3bb59c7d88a703d45edc916392453 (diff) | |
download | mc-437f6d851e88446fba90495a3175f02e8d3d390c.tar.gz |
Add benchmarking runner and makefile.
Now you can do 'make bench', and see how fast Myrddin runs. Or
at least the integer sorting bit.
TODO: expand this so that you can see how it compares to previous
results, and add benchmarks.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,3 +12,6 @@ include config.mk check: all $(MAKE) -C test check + +bench: all + $(MAKE) -C bench bench |