Move benchmarks to racket-benchmark package.

This commit is contained in:
Sam Tobin-Hochstadt 2013-10-17 17:10:04 -04:00
parent 02b9de16bd
commit fa881b6e96
412 changed files with 17 additions and 4 deletions

View File

@ -24,7 +24,8 @@
"syntax-color-test"
"images-test"
"plot-test"
"math-test"))
"math-test"
"racket-benchmarks"))
(define pkg-desc "tests for \"main-distribution\"")

View 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