diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-12-09 18:33:47 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-12-09 18:33:47 -0800 |
commit | 818ecb26f020678ce67e2d81e84bc3924d05d556 (patch) | |
tree | e97c7971b8fdf3902fd0ad66749084257afede96 /bench/bld.sub | |
parent | 9caea584295b183afde4d272c2c7127da0ff1dc7 (diff) | |
download | mc-818ecb26f020678ce67e2d81e84bc3924d05d556.tar.gz |
Fix benchmark code.
Diffstat (limited to 'bench/bld.sub')
-rw-r--r-- | bench/bld.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bld.sub b/bench/bld.sub index 152502c..560ebdf 100644 --- a/bench/bld.sub +++ b/bench/bld.sub @@ -12,7 +12,7 @@ bin sha1-compute {noinst,tag=bench} = sha1-compute.myr lib ../lib/std:std lib ../lib/sys:sys - lib ../lib/cryptohash:cryptohash + lib ../lib/crypto:crypto ;; bin bigfactorial {noinst,tag=bench} = bigfactorial.myr |