Skip to content

Commit 3e48651

Browse files
committed
7.0 version bump
1 parent 0a0bf84 commit 3e48651

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 "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"))

scribblings/gtp-benchmarks.scrbl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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}.

0 commit comments

Comments
 (0)