cpstack -> cpstak
This commit is contained in:
parent
fd2d9ba0be
commit
33348795c9
|
@ -9,7 +9,7 @@ where <impl-or-benchmark> names an implementation as one of
|
|||
...
|
||||
or a benchmark as one of
|
||||
conform
|
||||
cpstack
|
||||
cpstak
|
||||
ctak
|
||||
...
|
||||
or any of the above prefixed by "no-" to skip the corresponding
|
||||
|
|
|
@ -449,7 +449,7 @@ exec racket -qu "$0" ${1+"$@"}
|
|||
run-exe
|
||||
extract-bigloo-times
|
||||
clean-up-bin
|
||||
(append '(cpstack nucleic2 takr2)
|
||||
(append '(cpstak nucleic2 takr2)
|
||||
racket-specific-progs))
|
||||
(make-impl 'gambit
|
||||
void
|
||||
|
@ -509,7 +509,7 @@ exec racket -qu "$0" ${1+"$@"}
|
|||
|
||||
(define benchmarks
|
||||
'(conform
|
||||
cpstack
|
||||
cpstak
|
||||
ctak
|
||||
deriv
|
||||
dderiv
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
(module cpstack "wrap.ss")
|
2
collects/tests/racket/benchmarks/common/cpstak.rkt
Normal file
2
collects/tests/racket/benchmarks/common/cpstak.rkt
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
(module cpstak "wrap.ss")
|
Loading…
Reference in New Issue
Block a user