diff options
| -rw-r--r-- | test/benchmarks/README.md | 4 |
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 |
