Fix instructions to run benchmarks (#2651)

This commit is contained in:
Paulo Matos 2019-05-13 16:28:21 +02:00 committed by GitHub
parent 47c2288eb6
commit 1c8d547dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,4 @@
The program "run" should know how to run each benchmark with its
standard input value. So run <benchmark.ss> like this:
racket run.rkt <benchmark.ss> [racket|typed-scheme|typed-scheme-optimizing]
racket run.rkt <benchmark.ss> [racket|typed-racket|typed-racket-non-optimizing]