Added an empty benchmark to measure Typed Scheme's startup time.

This commit is contained in:
Vincent St-Amour 2010-06-15 12:45:51 -04:00
parent 7bb8405871
commit 31d4da6f39
6 changed files with 9 additions and 0 deletions

View File

@ -129,6 +129,7 @@ exec racket -qu "$0" ${1+"$@"}
moments
nbody
nestedloop
nothing
nsieve
nsievebits
partialsums

View File

@ -0,0 +1,2 @@
#lang racket/base
1

View File

@ -22,6 +22,7 @@
("moments" #f ,(lambda () (mk-sumcol-input)))
("nbody" "20000000")
("nestedloop" "18")
("nothing" "")
("nsieve" "9")
("nsievebits" "11")
("partialsums" "2500000")

View File

@ -0,0 +1,2 @@
(module nothing-non-optimizing "wrap-typed-non-optimizing.ss")

View File

@ -0,0 +1,2 @@
(module nothing-optimizing "wrap-typed-optimizing.ss")

View File

@ -0,0 +1 @@
1