From c0efd8339430763acbb381fcad2af34c403e4e39 Mon Sep 17 00:00:00 2001 From: David Majda Date: Thu, 29 Sep 2016 11:36:18 +0200 Subject: [PATCH] benchmark/README.md: Fix command to execute the benchmark suite --- benchmark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/README.md b/benchmark/README.md index 37bfded..da334a0 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -20,7 +20,7 @@ All commands in the following steps need to be executed in PEG.js root directory 2. Execute the benchmark suite: ```console - $ make spec + $ make benchmark ``` 3. Wait for results.