diff --git a/collects/tests/mzscheme/benchmarks/shootout/spectralnorm.ss b/collects/tests/mzscheme/benchmarks/shootout/k-nucleotide.ss similarity index 98% rename from collects/tests/mzscheme/benchmarks/shootout/spectralnorm.ss rename to collects/tests/mzscheme/benchmarks/shootout/k-nucleotide.ss index f144188949..8f5d121c41 100644 --- a/collects/tests/mzscheme/benchmarks/shootout/spectralnorm.ss +++ b/collects/tests/mzscheme/benchmarks/shootout/k-nucleotide.ss @@ -9,7 +9,7 @@ # modified by Sokolov Yura |# -(module spectralnorm mzscheme +(module k-nucleotide mzscheme (require (lib "list.ss") (lib "string.ss") (only (lib "13.ss" "srfi") string-pad-right)) diff --git a/collects/tests/mzscheme/benchmarks/shootout/run.ss b/collects/tests/mzscheme/benchmarks/shootout/run.ss index 5fe0cab467..5c3d2cc2a5 100644 --- a/collects/tests/mzscheme/benchmarks/shootout/run.ss +++ b/collects/tests/mzscheme/benchmarks/shootout/run.ss @@ -30,6 +30,7 @@ ("regexmatch.ss") ("regexpdna.ss") ("reversecomplement.ss" #f ,(lambda () (mk-revcomp-input))) + ("k-nucleotide.ss" #f ,(lambda () (mk-knuc-input))) ("reversefile.ss") ("sieve.ss" "1200") ("spellcheck.ss")