From 1c8d547dbb4089630af8b50e09a21dcf1322b182 Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Mon, 13 May 2019 16:28:21 +0200 Subject: [PATCH] Fix instructions to run benchmarks (#2651) --- .../tests/racket/benchmarks/shootout/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/README.txt b/pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/README.txt index 07fc9cc716..c173c387b9 100644 --- a/pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/README.txt +++ b/pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/README.txt @@ -2,4 +2,4 @@ The program "run" should know how to run each benchmark with its standard input value. So run like this: - racket run.rkt [racket|typed-scheme|typed-scheme-optimizing] + racket run.rkt [racket|typed-racket|typed-racket-non-optimizing]