From 2f5e0f3bf4a6601f0ddf34a356931ec01e39d102 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Sat, 22 Apr 2023 12:29:11 +0300 Subject: [PATCH] #19 typos --- README.md | 2 +- rebuild_benchmark.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05252da..68865d2 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ gain, while numbers below 1.0 demonstrate performance loss. As you see, the highest performance gain is achieved for maps that are smaller than ten keys. -For a maps of just a few keys, the gain is enormous (most probably due to compiler optimizations). +For a map of just a few keys, the gain is enormous (most probably due to compiler optimizations). ## How to Contribute diff --git a/rebuild_benchmark.sh b/rebuild_benchmark.sh index 8023328..9d5967b 100755 --- a/rebuild_benchmark.sh +++ b/rebuild_benchmark.sh @@ -57,7 +57,7 @@ lapsed=$SECONDS echo '' done echo '' - echo "There were ${cycles} repetition cycles. The entire benchmark tool ${SECONDS}s." + echo "There were ${cycles} repetition cycles. The entire benchmark took ${SECONDS}s." } > target/benchmark/table.md perl -e '