chore(readme): update performance table

This commit is contained in:
Anna 2023-08-31 15:30:52 -04:00
parent fae0a19576
commit fae0b13a6d
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 10 additions and 10 deletions

View File

@ -31,18 +31,18 @@ Try using `--help` for more information.
## Performance
Performance depends on hardware, method, and number of threads. The tests below
were performed on Framework Laptop (A6) with an 11th Gen Intel® Core™ i7-1165G7
@ 2.80GHz. Each method was tested attempting to generate the prefix `deadbeef`
for 30 seconds using one thread.
were performed on an AMD Ryzen 7 3800X 8-Core Processor. Each result is the
average of three trials running for 30 seconds using a single thread.
```
counter: 162,092,475 hashes (5,397,324.7345/s)
header: 139,819,851 hashes (4,632,819.3559/s)
random: 125,880,577 hashes (4,205,520.4347/s)
increment: 101,819,680 hashes (3,361,825.5571/s)
sequoia*: 864,486 hashes ( 28,923.1870/s)
sequoia: 339,407 hashes ( 11,403.6102/s)
gpg-agent: 353 hashes ( 11.7519/s)
counter: 154,293,195.67 hashes (5,143,106.52/s)
random: 134,886,025.00 hashes (4,496,200.83/s)
header: 131,035,925.67 hashes (4,367,864.19/s)
increment: 95,501,212.00 hashes (3,183,373.73/s)
decrement: 95,358,885.33 hashes (3,178,629.51/s)
sequoia*: 839,872.67 hashes ( 27,995.76/s)
sequoia: 330,972.67 hashes ( 11,032.42/s)
gpg-agent: 113.67 hashes ( 3.79/s)
```
<small>The asterisked sequoia is using the `crypto-rust` feature.</small>