Move benchmarks to racket-benchmark
package.
This commit is contained in:
parent
02b9de16bd
commit
fa881b6e96
|
@ -24,7 +24,8 @@
|
|||
"syntax-color-test"
|
||||
"images-test"
|
||||
"plot-test"
|
||||
"math-test"))
|
||||
"math-test"
|
||||
"racket-benchmarks"))
|
||||
|
||||
(define pkg-desc "tests for \"main-distribution\"")
|
||||
|
||||
|
|
12
pkgs/racket-pkgs/racket-benchmarks/info.rkt
Normal file
12
pkgs/racket-pkgs/racket-benchmarks/info.rkt
Normal file
|
@ -0,0 +1,12 @@
|
|||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
(define pkg-authors '(eli jay mflatt robby samth stamourv))
|
||||
|
||||
(define deps '("base"
|
||||
"compatibility-lib"
|
||||
"r5rs-lib"
|
||||
"scheme-lib"
|
||||
"srfi-lite-lib"
|
||||
"racket-test"
|
||||
"typed-racket-lib"))
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user