File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 33(define deps '("base " "typed-racket-lib " "typed-racket-more " "require-typed-check " ))
44(define build-deps '("scribble-lib " "racket-doc " "rackunit-lib " "typed-racket-doc " "at-exp-lib " "gtp-util " "pict-lib " "scribble-abbrevs " "syntax-sloc " "with-cache " ))
55(define pkg-desc "Gradual typing benchmark programs " )
6- (define version "7 .0 " )
6+ (define version "8 .0 " )
77(define pkg-authors '(ben))
88(define scribblings '(("scribblings/gtp-benchmarks.scrbl " () ("Benchmarks " ))))
99(define compile-omit-paths '("benchmarks " "utilities/sample-gtp-measure-manifest.rkt " ))
Original file line number Diff line number Diff line change @@ -109,13 +109,17 @@ See also the GitHub release notes:
109109
110110@itemlist[
111111 @item[
112- @history[#:changed "7 .0 "
112+ @history[#:changed "8 .0 "
113113 @elem{Remove @racket[racket/sandbox] dependency from @bm{acquire}
114114 and change the benchmark to stop using a player AI that times out.
115115 Timing info from sandbox depends on system calls; measurements should
116116 be more stable without it.
117117 Based on a first measurment, the typed/untyped overhead in @racket[acquire]
118118 is the same before and after.}]]
119+ @item[
120+ @history[#:changed "7.0 "
121+ @elem{Fix a typed/untyped mismatch in @bm{lnm}; both versions of a
122+ certain helper function return @racket[(void)] now.}]]
119123 @item[
120124 @history[#:changed "6.0 "
121125 @elem{@bold{Major Release}.
You can’t perform that action at this time.
0 commit comments