From c9f26484d68b7a44255cf0cb20410d5cf8fb32ed Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:21:09 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 252bc23..8a1bf8a 100644 --- a/README.md +++ b/README.md @@ -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