Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Sep 21, 2023
1 parent b4aae80 commit c9f2648
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ _Version requirement: rustc 1.64+_
This crate is 5 to 20 times faster than [`hex`] in encoding and decoding, and
30+ times faster than `libstd` in formatting.

You can run the following benchmarks with `cargo bench --features std` on a
The following benchmarks were ran on an AMD Ryzen 9 5900X, compiled with
`rustc 1.74.0-nightly (203c57dbe 2023-09-17)` on `x86_64-unknown-linux-gnu`.

You can run these benchmarks with `cargo bench --features std` on a
nightly compiler.

```log
Expand Down

0 comments on commit c9f2648

Please sign in to comment.