File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
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 "6 .0 " )
6+ (define version "7 .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 @@ -108,6 +108,14 @@ See also the GitHub release notes:
108108@url{https://github.com/bennn/gtp-benchmarks/releases}
109109
110110@itemlist[
111+ @item[
112+ @history[#:changed "7.0 "
113+ @elem{Remove @racket[racket/sandbox] dependency from @bm{acquire}
114+ and change the benchmark to stop using a player AI that times out.
115+ Timing info from sandbox depends on system calls; measurements should
116+ be more stable without it.
117+ Based on a first measurment, the typed/untyped overhead in @racket[acquire]
118+ is the same before and after.}]]
111119 @item[
112120 @history[#:changed "6.0 "
113121 @elem{@bold{Major Release}.
You can’t perform that action at this time.
0 commit comments