Added an empty benchmark to measure Typed Scheme's startup time.
This commit is contained in:
parent
7bb8405871
commit
31d4da6f39
|
@ -129,6 +129,7 @@ exec racket -qu "$0" ${1+"$@"}
|
|||
moments
|
||||
nbody
|
||||
nestedloop
|
||||
nothing
|
||||
nsieve
|
||||
nsievebits
|
||||
partialsums
|
||||
|
|
2
collects/tests/racket/benchmarks/shootout/nothing.rkt
Normal file
2
collects/tests/racket/benchmarks/shootout/nothing.rkt
Normal file
|
@ -0,0 +1,2 @@
|
|||
#lang racket/base
|
||||
1
|
|
@ -22,6 +22,7 @@
|
|||
("moments" #f ,(lambda () (mk-sumcol-input)))
|
||||
("nbody" "20000000")
|
||||
("nestedloop" "18")
|
||||
("nothing" "")
|
||||
("nsieve" "9")
|
||||
("nsievebits" "11")
|
||||
("partialsums" "2500000")
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
(module nothing-non-optimizing "wrap-typed-non-optimizing.ss")
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
(module nothing-optimizing "wrap-typed-optimizing.ss")
|
|
@ -0,0 +1 @@
|
|||
1
|
Loading…
Reference in New Issue
Block a user