Update benchmark

* Add asm, though it doesn't make it faster. TODO: use avx instructions.
* Do 10x less hashes, since sha256 is more expensive.
This commit is contained in:
Greg Fitzgerald
2018-02-19 16:51:32 -07:00
parent 6effd64ab0
commit ba90e43f72
2 changed files with 3 additions and 3 deletions

View File

@ -104,5 +104,5 @@ $ rustup install nightly
Run the benchmarks:
```bash
$ cargo +nightly bench --features="unstable"
$ cargo +nightly bench --features="asm,unstable"
```