From b38b862d31fe0c17d837457269d553bedaec1022 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Tue, 30 Jul 2024 00:28:36 +0800 Subject: [PATCH] Copy and paste the benchmark commands (#587) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d2581a2..f6bbf6f6 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,10 @@ its developers. You can perform a benchmark by running the following: - $ sh benchs/extract.sh - $ mix run benchs/parse_document.exs +```sh +sh benchs/extract.sh +mix run benchs/parse_document.exs +``` Extracting the files is needed only once.