diff options
| author | Jack O'Connor <[email protected]> | 2020-02-04 09:38:31 -0500 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-02-04 09:40:10 -0500 |
| commit | 0c663aa8ac0cb3a82a432eaef811574d71603d99 (patch) | |
| tree | 9eef98682e77b88fe972c193680ced7fe4d85e6d /README.md | |
| parent | a3d42f724d2d4157aa6acf808b8f4052e57a657d (diff) | |
add a link in the README to bar_chart.py
Closes https://github.com/BLAKE3-team/BLAKE3/issues/53.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,8 +13,9 @@ BLAKE3 is a cryptographic hash function that is: - **One algorithm with no variants**, which is fast on x86-64 and also on smaller architectures. -The chart below shows BLAKE3's performance on modern server hardware, an -Intel Cascade Lake-SP 8275CL processor: +The [chart below](https://github.com/BLAKE3-team/BLAKE3-specs/blob/master/benchmarks/bar_chart.py) +shows BLAKE3's performance on modern server hardware, an Intel Cascade +Lake-SP 8275CL processor: <p align="center"> <img src="media/speed.svg" alt="performance graph"> |
