Removed spectralnorm-unsafe from the shootout harness.

This commit is contained in:
Vincent St-Amour 2010-07-02 18:56:27 -04:00
parent a6d11a1df0
commit cb0e058cff
2 changed files with 0 additions and 2 deletions

View File

@ -146,7 +146,6 @@ exec racket -qu "$0" ${1+"$@"}
sieve
spectralnorm
spectralnorm-generic
spectralnorm-unsafe
strcat
sumcol
;; thread-ring ; calls exit, so won't display running time

View File

@ -49,7 +49,6 @@
("spellcheck")
("spectralnorm" "2000")
("spectralnorm-generic" "2000")
("spectralnorm-unsafe" "2000")
("strcat" "50000000")
("sumcol" #f ,(lambda () (mk-sumcol-input 10000)))
("thread-ring" "1000000") ; calls exit, so won't display running time