Skip to content

Commit 3cbcdae

Browse files
committed
version 9: acquire + take5
thank you @LLazarek
1 parent 94a6995 commit 3cbcdae

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

info.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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 "8.2")
6+
(define version "9.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"))

scribblings/gtp-benchmarks.scrbl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ See also the GitHub release notes:
122122
@url{https://github.com/bennn/gtp-benchmarks/releases}
123123

124124
@itemlist[
125+
@item[
126+
@history[#:changed "9.0"
127+
@elem{Substantially revise @racket[acquire] and @racket[take5].
128+
Before, @racket[acquire] ran a game with AI players that all raised
129+
exceptions and @racket[take5] ignored an input list of AI players.
130+
After, the @racket[acquire] players make valid moves and
131+
@racket[take5] uses its input. These changes have little impact
132+
on typed/untyped overhead.}]]
125133
@item[
126134
@history[#:changed "8.0"
127135
@elem{Remove @racket[racket/sandbox] dependency from @bm{acquire}

0 commit comments

Comments
 (0)