diff options
author | Ori Bernstein <ori@eigenstate.org> | 2014-10-13 16:10:30 -0400 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2014-10-13 16:10:30 -0400 |
commit | 0b71df23363b948afdb16b5f08dcbc1508278a6b (patch) | |
tree | bdd0e5ffd3abbe9b078ff5a413068aa612bac7f0 /bench/Makefile | |
parent | 06b12a03f31531fd6783adf4a49a49234da83ca5 (diff) | |
download | mc-0b71df23363b948afdb16b5f08dcbc1508278a6b.tar.gz |
Add regex benchmark.
Diffstat (limited to 'bench/Makefile')
-rw-r--r-- | bench/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bench/Makefile b/bench/Makefile index 6adff70..c54922f 100644 --- a/bench/Makefile +++ b/bench/Makefile @@ -4,7 +4,8 @@ BENCHSRC=intsort.myr \ copious-allocs.myr \ sha1-compute.myr \ bigfactorial.myr \ - mandelbrot.myr + mandelbrot.myr \ + regex-match.myr include ../config.mk include ../mk/c.mk |