diff --git a/pkgs/main-distribution-test/info.rkt b/pkgs/main-distribution-test/info.rkt index 7cbc5d952d..e602092e6f 100644 --- a/pkgs/main-distribution-test/info.rkt +++ b/pkgs/main-distribution-test/info.rkt @@ -24,7 +24,8 @@ "syntax-color-test" "images-test" "plot-test" - "math-test")) + "math-test" + "racket-benchmarks")) (define pkg-desc "tests for \"main-distribution\"") diff --git a/pkgs/racket-pkgs/racket-benchmarks/info.rkt b/pkgs/racket-pkgs/racket-benchmarks/info.rkt new file mode 100644 index 0000000000..6c2bfe6d3a --- /dev/null +++ b/pkgs/racket-pkgs/racket-benchmarks/info.rkt @@ -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")) diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/.gitignore b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/.gitignore similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/.gitignore rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/.gitignore diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/README.txt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/README.txt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/README.txt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/README.txt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/auto.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/auto.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/auto.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/auto.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/bigloo-prelude.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/bigloo-prelude.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/bigloo-prelude.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/bigloo-prelude.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/browse.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/browse.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/browse.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/browse.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/cmdline.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/cmdline.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/cmdline.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/cmdline.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/collatz-q.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/collatz-q.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/collatz-q.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/collatz-q.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/collatz-q.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/collatz-q.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/collatz-q.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/collatz-q.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/collatz.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/collatz.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/collatz.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/collatz.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/collatz.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/collatz.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/collatz.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/collatz.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/conform.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/conform.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/conform.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/conform.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/conform.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/conform.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/conform.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/conform.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/cpstak.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/cpstak.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/cpstak.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/cpstak.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/cpstak.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/cpstak.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/cpstak.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/cpstak.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/ctak.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/ctak.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/ctak.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/ctak.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/ctak.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/ctak.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/ctak.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/ctak.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/dderiv.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/dderiv.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/dderiv.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/dderiv.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/dderiv.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/dderiv.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/dderiv.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/dderiv.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/deriv.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/deriv.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/deriv.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/deriv.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/deriv.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/deriv.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/deriv.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/deriv.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/destruct.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/destruct.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/destruct.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/destruct.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/destruct.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/destruct.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/destruct.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/destruct.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/div.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/div.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/div.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/div.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/div.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/div.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/div.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/div.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/dynamic-input.txt.gz b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/dynamic-input.txt.gz similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/dynamic-input.txt.gz rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/dynamic-input.txt.gz diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/dynamic.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/dynamic.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/dynamic.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/dynamic.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/dynamic.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/dynamic.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/dynamic.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/dynamic.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/dynamic2.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/dynamic2.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/dynamic2.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/dynamic2.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/dynamic2.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/dynamic2.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/dynamic2.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/dynamic2.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/earley.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/earley.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/earley.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/earley.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/earley.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/earley.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/earley.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/earley.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/fft.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/fft.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/fft.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/fft.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/fft.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/fft.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/fft.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/fft.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/gambit-prelude.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/gambit-prelude.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/gambit-prelude.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/gambit-prelude.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/graphs.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/graphs.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/graphs.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/graphs.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/graphs.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/graphs.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/graphs.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/graphs.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/guile-prelude.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/guile-prelude.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/guile-prelude.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/guile-prelude.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/index-template.html b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/index-template.html similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/index-template.html rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/index-template.html diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/input.txt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/input.txt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/input.txt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/input.txt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/kanren.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/kanren.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/kanren.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/kanren.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/kanren.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/kanren.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/kanren.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/kanren.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/lattice.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/lattice.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/lattice.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/lattice.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/lattice.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/lattice.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/lattice.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/lattice.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/lattice2.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/lattice2.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/lattice2.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/lattice2.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/lattice2.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/lattice2.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/lattice2.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/lattice2.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/maze.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/maze.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/maze.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/maze.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/maze.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/maze.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/maze.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/maze.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/maze2.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/maze2.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/maze2.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/maze2.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/maze2.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/maze2.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/maze2.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/maze2.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/mazefun.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/mazefun.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/mazefun.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/mazefun.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/mazefun.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/mazefun.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/mazefun.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/mazefun.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/mit-prelude.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/mit-prelude.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/mit-prelude.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/mit-prelude.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/mk-bigloo.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/mk-bigloo.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/mk-bigloo.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/mk-bigloo.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/mk-chicken.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/mk-chicken.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/mk-chicken.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/mk-chicken.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/mk-gambit.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/mk-gambit.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/mk-gambit.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/mk-gambit.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nboyer.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nboyer.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nboyer.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nboyer.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nboyer.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nboyer.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nboyer.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nboyer.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nestedloop.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nestedloop.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nestedloop.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nestedloop.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nestedloop.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nestedloop.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nestedloop.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nestedloop.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nfa.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nfa.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nfa.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nfa.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nfa.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nfa.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nfa.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nfa.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nothing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nothing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nothing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nothing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nothing.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nothing.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nothing.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nothing.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nqueens.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nqueens.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nqueens.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nqueens.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nqueens.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nqueens.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nqueens.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nqueens.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nucleic2.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nucleic2.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nucleic2.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nucleic2.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nucleic2.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nucleic2.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nucleic2.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nucleic2.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nucleic3.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nucleic3.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nucleic3.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nucleic3.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nucleic3.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nucleic3.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/nucleic3.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/nucleic3.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/paraffins.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/paraffins.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/paraffins.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/paraffins.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/paraffins.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/paraffins.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/paraffins.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/paraffins.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/petite-prelude.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/petite-prelude.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/petite-prelude.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/petite-prelude.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/peval.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/peval.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/peval.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/peval.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/peval.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/peval.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/peval.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/peval.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/psyntax-input.txt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/psyntax-input.txt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/psyntax-input.txt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/psyntax-input.txt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/psyntax.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/psyntax.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/psyntax.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/psyntax.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/psyntax.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/psyntax.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/psyntax.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/psyntax.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/puzzle.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/puzzle.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/puzzle.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/puzzle.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/puzzle.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/puzzle.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/puzzle.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/puzzle.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/r5rs-wrap.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/r5rs-wrap.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/r5rs-wrap.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/r5rs-wrap.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/ray.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/ray.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/ray.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/ray.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/ray.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/ray.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/ray.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/ray.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/sboyer.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/sboyer.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/sboyer.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/sboyer.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/sboyer.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/sboyer.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/sboyer.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/sboyer.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-c.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-c.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-c.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-c.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-c.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-c.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-c.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-c.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-c2.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-c2.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-c2.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-c2.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-c2.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-c2.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-c2.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-c2.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-i.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-i.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-i.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-i.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-i.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-i.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-i.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-i.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-i2.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-i2.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-i2.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-i2.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-i2.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-i2.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme-i2.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme-i2.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme2.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme2.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme2.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme2.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme2.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme2.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme2.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme2.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme48-prelude.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme48-prelude.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/scheme48-prelude.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/scheme48-prelude.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/sort1.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/sort1.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/sort1.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/sort1.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/sort1.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/sort1.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/sort1.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/sort1.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/tabulate.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/tabulate.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/tabulate.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/tabulate.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/tak.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/tak.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/tak.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/tak.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/tak.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/tak.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/tak.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/tak.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/takl.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/takl.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/takl.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/takl.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/takl.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/takl.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/takl.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/takl.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/takr.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/takr.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/takr.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/takr.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/takr.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/takr.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/takr.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/takr.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/takr2.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/takr2.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/takr2.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/takr2.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/takr2.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/takr2.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/takr2.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/takr2.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/traverse.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/traverse.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/traverse.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/traverse.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/triangle.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/triangle.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/triangle.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/triangle.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/triangle.sch b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/triangle.sch similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/triangle.sch rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/triangle.sch diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/collatz-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/collatz-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/collatz-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/collatz-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/collatz-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/collatz-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/collatz-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/collatz-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/collatz-q-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/collatz-q-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/collatz-q-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/collatz-q-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/collatz-q-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/collatz-q-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/collatz-q-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/collatz-q-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/collatz-q.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/collatz-q.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/collatz-q.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/collatz-q.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/collatz.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/collatz.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/collatz.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/collatz.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/cpstak-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/cpstak-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/cpstak-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/cpstak-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/cpstak-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/cpstak-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/cpstak-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/cpstak-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/cpstak.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/cpstak.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/cpstak.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/cpstak.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/ctak-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/ctak-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/ctak-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/ctak-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/ctak-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/ctak-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/ctak-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/ctak-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/ctak.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/ctak.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/ctak.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/ctak.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/dderiv-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/dderiv-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/dderiv-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/dderiv-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/dderiv-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/dderiv-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/dderiv-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/dderiv-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/dderiv.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/dderiv.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/dderiv.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/dderiv.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/deriv-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/deriv-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/deriv-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/deriv-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/deriv-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/deriv-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/deriv-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/deriv-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/deriv.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/deriv.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/deriv.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/deriv.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/div-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/div-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/div-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/div-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/div-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/div-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/div-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/div-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/div.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/div.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/div.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/div.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/fft-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/fft-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/fft-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/fft-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/fft-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/fft-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/fft-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/fft-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/fft.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/fft.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/fft.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/fft.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/graphs-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/graphs-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/graphs-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/graphs-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/graphs-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/graphs-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/graphs-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/graphs-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/graphs.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/graphs.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/graphs.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/graphs.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/lattice2-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/lattice2-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/lattice2-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/lattice2-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/lattice2-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/lattice2-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/lattice2-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/lattice2-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/lattice2.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/lattice2.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/lattice2.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/lattice2.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/maze2-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/maze2-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/maze2-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/maze2-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/maze2-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/maze2-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/maze2-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/maze2-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/maze2.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/maze2.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/maze2.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/maze2.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/mazefun-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/mazefun-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/mazefun-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/mazefun-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/mazefun-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/mazefun-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/mazefun-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/mazefun-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/mazefun.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/mazefun.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/mazefun.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/mazefun.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nestedloop-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nestedloop-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nestedloop-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nestedloop-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nestedloop-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nestedloop-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nestedloop-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nestedloop-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nestedloop.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nestedloop.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nestedloop.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nestedloop.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nfa-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nfa-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nfa-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nfa-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nfa-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nfa-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nfa-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nfa-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nfa.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nfa.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nfa.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nfa.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nothing-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nothing-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nothing-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nothing-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nothing-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nothing-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nothing-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nothing-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nothing.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nothing.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nothing.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nothing.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nqueens-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nqueens-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nqueens-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nqueens-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nqueens-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nqueens-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nqueens-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nqueens-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nqueens.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nqueens.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nqueens.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nqueens.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nucleic3-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nucleic3-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nucleic3-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nucleic3-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nucleic3-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nucleic3-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nucleic3-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nucleic3-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nucleic3.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nucleic3.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/nucleic3.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/nucleic3.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/paraffins-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/paraffins-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/paraffins-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/paraffins-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/paraffins-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/paraffins-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/paraffins-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/paraffins-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/paraffins.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/paraffins.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/paraffins.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/paraffins.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/puzzle-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/puzzle-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/puzzle-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/puzzle-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/puzzle-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/puzzle-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/puzzle-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/puzzle-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/puzzle.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/puzzle.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/puzzle.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/puzzle.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/ray-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/ray-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/ray-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/ray-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/ray-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/ray-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/ray-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/ray-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/ray.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/ray.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/ray.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/ray.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/tak-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/tak-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/tak-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/tak-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/tak-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/tak-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/tak-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/tak-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/tak.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/tak.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/tak.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/tak.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takl-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takl-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takl-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takl-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takl-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takl-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takl-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takl-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takl.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takl.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takl.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takl.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takr-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takr-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takr-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takr-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takr-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takr-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takr-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takr-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takr.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takr.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takr.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takr.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takr2-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takr2-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takr2-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takr2-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takr2-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takr2-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takr2-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takr2-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takr2.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takr2.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/takr2.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/takr2.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/triangle-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/triangle-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/triangle-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/triangle-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/triangle-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/triangle-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/triangle-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/triangle-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/triangle.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/triangle.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/triangle.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/triangle.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/wrapper.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/wrapper.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/typed/wrapper.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/wrapper.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/wrap-common.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/wrap-common.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/wrap-common.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/wrap-common.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/wrap.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/wrap.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/common/wrap.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/wrap.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/mz/expand-class.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/mz/expand-class.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/mz/expand-class.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/mz/expand-class.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/mz/input.xml b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/mz/input.xml similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/mz/input.xml rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/mz/input.xml diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/mz/parsing.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/mz/parsing.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/mz/parsing.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/mz/parsing.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/mz/redsem.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/mz/redsem.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/mz/redsem.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/mz/redsem.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/mz/ssax.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/mz/ssax.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/mz/ssax.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/mz/ssax.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/places/place-channel.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/places/place-channel.rkt similarity index 98% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/places/place-channel.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/places/place-channel.rkt index e23bdeeade..433cf73b02 100644 --- a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/places/place-channel.rkt +++ b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/places/place-channel.rkt @@ -1,7 +1,7 @@ #lang racket/base ;; stress tests for place-channels (require (prefix-in pp: "place-processes.rkt") - (prefix-in pu: "place-utils.rkt")) + (prefix-in pu: tests/racket/place-utils)) (require racket/place racket/path racket/system) diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/places/place-launch.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/places/place-launch.rkt similarity index 97% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/places/place-launch.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/places/place-launch.rkt index aaf5a6c201..30ab77b8e1 100644 --- a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/places/place-launch.rkt +++ b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/places/place-launch.rkt @@ -2,7 +2,7 @@ ;; stress tests for place-channels (require racket/place racket/match - "place-utils.rkt") + tests/racket/place-utils) (define (place-launch-test) (splat diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/places/place-processes.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/places/place-processes.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/places/place-processes.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/places/place-processes.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/places/symbols.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/places/symbols.rkt similarity index 98% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/places/symbols.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/places/symbols.rkt index b14c970692..049dd387e4 100644 --- a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/places/symbols.rkt +++ b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/places/symbols.rkt @@ -2,7 +2,7 @@ ;; stress tests for place-channels communciating symbols (require racket/place racket/match - "place-utils.rkt") + tests/racket/place-utils) (define (symbol-test) (splat diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/rx/.gitignore b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/rx/.gitignore similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/rx/.gitignore rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/rx/.gitignore diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/rx/auto.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/rx/auto.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/rx/auto.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/rx/auto.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/rx/index-template.html b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/rx/index-template.html similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/rx/index-template.html rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/rx/index-template.html diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/rx/pcre.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/rx/pcre.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/rx/pcre.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/rx/pcre.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/rx/perl_prefix.pl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/rx/perl_prefix.pl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/rx/perl_prefix.pl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/rx/perl_prefix.pl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/rx/python_prefix.py b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/rx/python_prefix.py similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/rx/python_prefix.py rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/rx/python_prefix.py diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/README.txt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/README.txt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/README.txt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/README.txt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/ackermann.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/ackermann.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/ackermann.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/ackermann.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/ary.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/ary.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/ary.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/ary.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/auto.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/auto.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/auto.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/auto.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/binarytrees-normal.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/binarytrees-normal.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/binarytrees-normal.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/binarytrees-normal.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/binarytrees-places.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/binarytrees-places.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/binarytrees-places.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/binarytrees-places.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/binarytrees.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/binarytrees.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/binarytrees.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/binarytrees.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/chameneos.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/chameneos.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/chameneos.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/chameneos.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/cheapconcurrency.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/cheapconcurrency.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/cheapconcurrency.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/cheapconcurrency.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/echo.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/echo.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/echo.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/echo.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/except.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/except.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/except.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/except.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/fannkuch-redux.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/fannkuch-redux.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/fannkuch-redux.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/fannkuch-redux.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/fannkuch.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/fannkuch.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/fannkuch.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/fannkuch.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/fasta-new.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/fasta-new.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/fasta-new.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/fasta-new.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/fasta.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/fasta.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/fasta.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/fasta.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/fibo.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/fibo.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/fibo.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/fibo.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/hash.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/hash.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/hash.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/hash.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/hash2.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/hash2.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/hash2.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/hash2.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/heapsort.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/heapsort.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/heapsort.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/heapsort.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/hello.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/hello.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/hello.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/hello.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/k-nucleotide-bytes-par.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/k-nucleotide-bytes-par.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/k-nucleotide-bytes-par.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/k-nucleotide-bytes-par.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/k-nucleotide.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/k-nucleotide.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/k-nucleotide.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/k-nucleotide.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/lists.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/lists.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/lists.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/lists.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/mandelbrot-futures.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/mandelbrot-futures.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/mandelbrot-futures.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/mandelbrot-futures.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/mandelbrot-generic.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/mandelbrot-generic.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/mandelbrot-generic.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/mandelbrot-generic.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/mandelbrot.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/mandelbrot.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/mandelbrot.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/mandelbrot.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/matrix.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/matrix.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/matrix.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/matrix.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/meteor.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/meteor.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/meteor.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/meteor.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/moments.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/moments.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/moments.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/moments.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nbody-generic.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nbody-generic.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nbody-generic.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nbody-generic.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nbody-vec-generic.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nbody-vec-generic.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nbody-vec-generic.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nbody-vec-generic.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nbody-vec.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nbody-vec.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nbody-vec.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nbody-vec.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nbody.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nbody.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nbody.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nbody.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nestedloop.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nestedloop.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nestedloop.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nestedloop.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nothing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nothing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nothing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nothing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nsieve.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nsieve.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nsieve.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nsieve.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nsievebits.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nsievebits.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/nsievebits.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/nsievebits.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/partialsums.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/partialsums.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/partialsums.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/partialsums.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/pidigits-gmp.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/pidigits-gmp.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/pidigits-gmp.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/pidigits-gmp.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/pidigits.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/pidigits.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/pidigits.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/pidigits.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/pidigits1.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/pidigits1.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/pidigits1.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/pidigits1.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/random.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/random.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/random.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/random.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/recursive.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/recursive.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/recursive.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/recursive.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/regexmatch.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/regexmatch.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/regexmatch.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/regexmatch.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/regexpdna-places.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/regexpdna-places.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/regexpdna-places.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/regexpdna-places.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/regexpdna.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/regexpdna.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/regexpdna.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/regexpdna.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/reversecomplement.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/reversecomplement.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/reversecomplement.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/reversecomplement.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/reversefile.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/reversefile.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/reversefile.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/reversefile.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/run.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/run.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/run.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/run.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/sieve.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/sieve.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/sieve.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/sieve.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/spectralnorm-generic.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/spectralnorm-generic.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/spectralnorm-generic.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/spectralnorm-generic.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/spectralnorm-par.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/spectralnorm-par.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/spectralnorm-par.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/spectralnorm-par.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/spectralnorm.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/spectralnorm.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/spectralnorm.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/spectralnorm.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/spellcheck.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/spellcheck.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/spellcheck.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/spellcheck.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/strcat.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/strcat.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/strcat.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/strcat.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/sumcol-input.txt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/sumcol-input.txt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/sumcol-input.txt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/sumcol-input.txt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/sumcol.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/sumcol.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/sumcol.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/sumcol.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/thread-ring.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/thread-ring.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/thread-ring.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/thread-ring.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/ackermann-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/ackermann-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/ackermann-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/ackermann-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/ackermann-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/ackermann-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/ackermann-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/ackermann-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/ackermann.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/ackermann.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/ackermann.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/ackermann.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/ary-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/ary-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/ary-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/ary-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/ary-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/ary-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/ary-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/ary-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/ary.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/ary.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/ary.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/ary.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/binarytrees-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/binarytrees-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/binarytrees-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/binarytrees-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/binarytrees-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/binarytrees-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/binarytrees-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/binarytrees-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/binarytrees.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/binarytrees.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/binarytrees.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/binarytrees.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/chameneos-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/chameneos-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/chameneos-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/chameneos-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/chameneos-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/chameneos-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/chameneos-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/chameneos-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/chameneos.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/chameneos.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/chameneos.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/chameneos.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/cheapconcurrency-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/cheapconcurrency-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/cheapconcurrency-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/cheapconcurrency-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/cheapconcurrency-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/cheapconcurrency-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/cheapconcurrency-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/cheapconcurrency-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/cheapconcurrency.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/cheapconcurrency.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/cheapconcurrency.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/cheapconcurrency.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/echo-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/echo-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/echo-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/echo-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/echo-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/echo-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/echo-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/echo-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/echo.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/echo.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/echo.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/echo.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/except-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/except-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/except-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/except-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/except-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/except-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/except-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/except-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/except.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/except.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/except.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/except.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fannkuch-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fannkuch-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fannkuch-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fannkuch-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fannkuch-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fannkuch-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fannkuch-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fannkuch-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fannkuch-redux-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fannkuch-redux-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fannkuch-redux-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fannkuch-redux-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fannkuch-redux-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fannkuch-redux-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fannkuch-redux-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fannkuch-redux-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fannkuch-redux.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fannkuch-redux.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fannkuch-redux.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fannkuch-redux.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fannkuch.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fannkuch.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fannkuch.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fannkuch.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fasta-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fasta-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fasta-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fasta-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fasta-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fasta-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fasta-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fasta-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fasta.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fasta.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fasta.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fasta.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fibo-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fibo-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fibo-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fibo-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fibo-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fibo-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fibo-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fibo-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fibo.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fibo.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/fibo.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/fibo.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hash-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hash-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hash-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hash-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hash-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hash-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hash-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hash-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hash.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hash.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hash.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hash.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hash2-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hash2-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hash2-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hash2-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hash2-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hash2-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hash2-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hash2-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hash2.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hash2.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hash2.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hash2.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/heapsort-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/heapsort-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/heapsort-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/heapsort-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/heapsort-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/heapsort-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/heapsort-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/heapsort-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/heapsort.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/heapsort.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/heapsort.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/heapsort.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hello-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hello-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hello-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hello-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hello-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hello-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hello-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hello-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hello.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hello.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/hello.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/hello.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/k-nucleotide-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/k-nucleotide-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/k-nucleotide-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/k-nucleotide-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/k-nucleotide-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/k-nucleotide-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/k-nucleotide-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/k-nucleotide-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/k-nucleotide.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/k-nucleotide.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/k-nucleotide.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/k-nucleotide.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/lists-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/lists-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/lists-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/lists-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/lists-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/lists-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/lists-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/lists-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/lists.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/lists.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/lists.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/lists.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/mandelbrot-generic-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/mandelbrot-generic-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/mandelbrot-generic-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/mandelbrot-generic-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/mandelbrot-generic-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/mandelbrot-generic-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/mandelbrot-generic-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/mandelbrot-generic-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/mandelbrot-generic.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/mandelbrot-generic.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/mandelbrot-generic.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/mandelbrot-generic.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/mandelbrot-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/mandelbrot-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/mandelbrot-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/mandelbrot-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/mandelbrot-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/mandelbrot-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/mandelbrot-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/mandelbrot-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/mandelbrot.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/mandelbrot.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/mandelbrot.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/mandelbrot.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/matrix-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/matrix-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/matrix-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/matrix-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/matrix-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/matrix-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/matrix-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/matrix-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/matrix.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/matrix.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/matrix.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/matrix.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/meteor-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/meteor-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/meteor-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/meteor-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/meteor-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/meteor-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/meteor-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/meteor-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/meteor.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/meteor.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/meteor.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/meteor.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/moments-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/moments-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/moments-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/moments-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/moments-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/moments-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/moments-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/moments-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/moments.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/moments.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/moments.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/moments.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-generic-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-generic-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-generic-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-generic-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-generic-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-generic-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-generic-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-generic-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-generic.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-generic.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-generic.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-generic.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-vec-generic-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-vec-generic-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-vec-generic-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-vec-generic-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-vec-generic-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-vec-generic-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-vec-generic-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-vec-generic-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-vec-generic.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-vec-generic.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-vec-generic.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-vec-generic.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-vec-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-vec-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-vec-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-vec-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-vec-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-vec-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-vec-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-vec-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-vec.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-vec.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody-vec.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody-vec.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nbody.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nbody.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nestedloop-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nestedloop-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nestedloop-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nestedloop-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nestedloop-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nestedloop-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nestedloop-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nestedloop-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nestedloop.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nestedloop.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nestedloop.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nestedloop.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nothing-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nothing-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nothing-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nothing-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nothing-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nothing-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nothing-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nothing-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nothing.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nothing.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nothing.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nothing.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nsieve-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nsieve-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nsieve-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nsieve-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nsieve-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nsieve-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nsieve-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nsieve-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nsieve.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nsieve.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nsieve.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nsieve.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nsievebits-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nsievebits-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nsievebits-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nsievebits-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nsievebits-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nsievebits-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nsievebits-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nsievebits-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nsievebits.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nsievebits.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/nsievebits.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/nsievebits.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/partialsums-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/partialsums-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/partialsums-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/partialsums-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/partialsums-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/partialsums-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/partialsums-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/partialsums-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/partialsums.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/partialsums.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/partialsums.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/partialsums.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/pidigits-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/pidigits-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/pidigits-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/pidigits-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/pidigits-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/pidigits-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/pidigits-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/pidigits-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/pidigits.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/pidigits.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/pidigits.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/pidigits.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/pidigits1-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/pidigits1-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/pidigits1-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/pidigits1-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/pidigits1-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/pidigits1-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/pidigits1-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/pidigits1-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/pidigits1.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/pidigits1.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/pidigits1.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/pidigits1.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/random-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/random-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/random-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/random-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/random-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/random-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/random-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/random-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/random.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/random.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/random.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/random.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/recursive-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/recursive-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/recursive-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/recursive-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/recursive-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/recursive-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/recursive-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/recursive-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/recursive.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/recursive.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/recursive.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/recursive.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/regexmatch-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/regexmatch-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/regexmatch-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/regexmatch-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/regexmatch-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/regexmatch-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/regexmatch-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/regexmatch-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/regexmatch.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/regexmatch.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/regexmatch.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/regexmatch.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/regexpdna-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/regexpdna-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/regexpdna-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/regexpdna-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/regexpdna-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/regexpdna-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/regexpdna-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/regexpdna-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/regexpdna.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/regexpdna.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/regexpdna.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/regexpdna.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/reversecomplement-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/reversecomplement-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/reversecomplement-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/reversecomplement-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/reversecomplement-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/reversecomplement-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/reversecomplement-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/reversecomplement-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/reversecomplement.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/reversecomplement.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/reversecomplement.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/reversecomplement.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/reversefile-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/reversefile-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/reversefile-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/reversefile-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/reversefile-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/reversefile-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/reversefile-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/reversefile-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/reversefile.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/reversefile.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/reversefile.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/reversefile.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/sieve-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/sieve-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/sieve-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/sieve-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/sieve-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/sieve-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/sieve-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/sieve-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/sieve.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/sieve.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/sieve.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/sieve.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spectralnorm-generic-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spectralnorm-generic-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spectralnorm-generic-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spectralnorm-generic-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spectralnorm-generic-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spectralnorm-generic-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spectralnorm-generic-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spectralnorm-generic-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spectralnorm-generic.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spectralnorm-generic.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spectralnorm-generic.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spectralnorm-generic.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spectralnorm-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spectralnorm-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spectralnorm-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spectralnorm-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spectralnorm-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spectralnorm-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spectralnorm-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spectralnorm-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spectralnorm.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spectralnorm.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spectralnorm.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spectralnorm.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spellcheck-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spellcheck-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spellcheck-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spellcheck-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spellcheck-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spellcheck-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spellcheck-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spellcheck-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spellcheck.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spellcheck.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/spellcheck.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/spellcheck.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/strcat-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/strcat-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/strcat-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/strcat-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/strcat-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/strcat-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/strcat-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/strcat-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/strcat.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/strcat.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/strcat.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/strcat.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/sumcol-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/sumcol-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/sumcol-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/sumcol-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/sumcol-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/sumcol-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/sumcol-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/sumcol-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/sumcol.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/sumcol.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/sumcol.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/sumcol.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/thread-ring-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/thread-ring-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/thread-ring-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/thread-ring-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/thread-ring-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/thread-ring-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/thread-ring-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/thread-ring-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/thread-ring.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/thread-ring.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/thread-ring.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/thread-ring.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/wc-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/wc-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/wc-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/wc-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/wc-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/wc-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/wc-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/wc-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/wc.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/wc.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/wc.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/wc.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/wordfreq-non-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/wordfreq-non-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/wordfreq-non-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/wordfreq-non-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/wordfreq-optimizing.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/wordfreq-optimizing.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/wordfreq-optimizing.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/wordfreq-optimizing.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/wordfreq.rktl b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/wordfreq.rktl similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/wordfreq.rktl rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/wordfreq.rktl diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/wrapper.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/wrapper.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/typed/wrapper.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/wrapper.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/wc.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/wc.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/wc.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/wc.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/wordfreq.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/wordfreq.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/shootout/wordfreq.rkt rename to pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/wordfreq.rkt diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/places/place-utils.rkt b/pkgs/racket-pkgs/racket-test/tests/racket/place-utils.rkt similarity index 100% rename from pkgs/racket-pkgs/racket-test/tests/racket/benchmarks/places/place-utils.rkt rename to pkgs/racket-pkgs/racket-test/tests/racket/place-utils.rkt