summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-08-06 12:55:29 +0200
committerHans Kristian Rosbach <hk-github@circlestorm.org>2023-08-07 08:21:54 +0200
commit04e8561bde09e7138e7259e6dec6ef7be04faed1 (patch)
tree8f20f88395ea926aa220a62f7941abe594d18b1c
parente9a48a2ecb1c70e014b3a0eb5c6bc612213b2b52 (diff)
downloadProject-Tick-04e8561bde09e7138e7259e6dec6ef7be04faed1.tar.gz
Project-Tick-04e8561bde09e7138e7259e6dec6ef7be04faed1.zip
Fix typos found by codespell
-rw-r--r--test/benchmarks/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/benchmarks/README.md b/test/benchmarks/README.md
index 5dce7f51bc..964b198cfe 100644
--- a/test/benchmarks/README.md
+++ b/test/benchmarks/README.md
@@ -22,14 +22,14 @@ There are two different benchmarks, micro and macro.
### Benchmark benchmark_zlib
These are microbenchmarks intended to test lower level subfunctions of the library.
-Benchmarks include impelementations of:
+Benchmarks include implementations of:
- Adler32
- CRC
- 256 byte comparisons
- SIMD accelerated "slide hash" routine
By default these benchmarks report things on the nanosecond scale and are small enough
-to measure very minute diferences.
+to measure very minute differences.
### Benchmark benchmark_zlib_apps
These benchmarks measure applications of zlib as a whole. Currently the only examples