Removed spectralnorm-unsafe from the shootout harness.
This commit is contained in:
parent
a6d11a1df0
commit
cb0e058cff
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user