Skip to content

Commit

Permalink
#19 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 22, 2023
1 parent 3741385 commit 2f5e0f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -74,7 +74,7 @@ gain, while numbers below 1.0 demonstrate performance loss.
<!-- benchmark -->

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

Expand Down
2 changes: 1 addition & 1 deletion rebuild_benchmark.sh
Expand Up @@ -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 '
Expand Down

0 comments on commit 2f5e0f3

Please sign in to comment.