mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Remove outdated paragraph about the bench deature in README.
This commit is contained in:
parent
b1ab585835
commit
c024b671c0
1 changed files with 0 additions and 5 deletions
|
|
@ -9,11 +9,6 @@ Documentation is available [here](https://docs.rs/ed25519-dalek).
|
||||||
|
|
||||||
# Benchmarks
|
# Benchmarks
|
||||||
|
|
||||||
You need to pass the `--features="bench"` flag to run the benchmarks. The
|
|
||||||
reason for feature-gating the benchmarks is that Rust's `test::Bencher` is
|
|
||||||
unstable, and thus only works on the nightly channel. (We'd like people to be
|
|
||||||
able to compile and test on the stable and beta channels too!)
|
|
||||||
|
|
||||||
On an Intel i9-7900X running at 3.30 GHz, without TurboBoost, this code achieves
|
On an Intel i9-7900X running at 3.30 GHz, without TurboBoost, this code achieves
|
||||||
the following performance benchmarks:
|
the following performance benchmarks:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue