From 45839620f2a855d9a994cfb237e83d53c70bbbdc Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Sat, 24 Feb 2024 15:39:46 +0100 Subject: [PATCH] docs: remove python requirement from benchmarks --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 15948ac..9b49a05 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,7 @@ This crate is 10 to 50 times faster than [`hex`] in encoding and decoding, and The following benchmarks were ran on an AMD Ryzen 9 7950X, compiled with `1.78.0-nightly (a4472498d 2024-02-15)` on `x86_64-unknown-linux-gnu`. -You can run these benchmarks with -`./benches/bench/gen-data.py && cargo bench --features std` on a nightly +You can run these benchmarks with `cargo bench --features std` on a nightly compiler. ```log