You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/scribblings/gtp-checkup.scrbl b/scribblings/gtp-checkup.scrbl
index 332beb4..baab69e 100644
--- a/scribblings/gtp-checkup.scrbl
+++ b/scribblings/gtp-checkup.scrbl
@@ -48,7 +48,10 @@ Run @exec{racket main.rkt --help} for more information.
@elem{(@emph{March 2023})
Updated benchmark code to match GTP Benchmarks v9.0.
Disabled Typed Racket optimizations for code and contracts
- in the worst-case (TWC) configuration.}]}
+ in the worst-case (TWC) configuration.
+ Moved the @tt{typed} and @tt{typed-worst-case} configurations
+ to @tt{deep} and @tt{deep-worst-case}.
+ Added @tt{shallow} and @tt{shallow-worst-case} to test Shallow Typed Racket.}]}
The text was updated successfully, but these errors were encountered:
Move
typed
todeep
too?The text was updated successfully, but these errors were encountered: