fix benchmark name

svn: r5497
This commit is contained in:
Matthew Flatt 2007-01-29 12:59:11 +00:00
parent 052e2c3896
commit 277fad6c1f
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# modified by Sokolov Yura # modified by Sokolov Yura
|# |#
(module spectralnorm mzscheme (module k-nucleotide mzscheme
(require (lib "list.ss") (require (lib "list.ss")
(lib "string.ss") (lib "string.ss")
(only (lib "13.ss" "srfi") string-pad-right)) (only (lib "13.ss" "srfi") string-pad-right))

View File

@ -30,6 +30,7 @@
("regexmatch.ss") ("regexmatch.ss")
("regexpdna.ss") ("regexpdna.ss")
("reversecomplement.ss" #f ,(lambda () (mk-revcomp-input))) ("reversecomplement.ss" #f ,(lambda () (mk-revcomp-input)))
("k-nucleotide.ss" #f ,(lambda () (mk-knuc-input)))
("reversefile.ss") ("reversefile.ss")
("sieve.ss" "1200") ("sieve.ss" "1200")
("spellcheck.ss") ("spellcheck.ss")