Update README.md

There is no `benches` folder in the project. Change to the existing `bench` folder name.
This commit is contained in:
elardus-erasmus 2024-01-21 22:26:41 -05:00 committed by Brian Smith
parent c1e31b8943
commit 2b1689fdc4

View File

@ -43,7 +43,7 @@ need to be installed.
Benchmarks
----------
*ring*'s benchmarks are located in the `benches` folder of this repository. Because
*ring*'s benchmarks are located in the `bench` folder of this repository. Because
there is lots of platform-specific code in *ring*, and because *ring* chooses
dynamically at runtime which optimized implementation of each crypto primitive
to use, it is very difficult to publish a useful single set of benchmarks;