Skip to content

Commit

Permalink
docs: remove python requirement from benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Feb 24, 2024
1 parent 39f83ce commit 4583962
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4583962

Please sign in to comment.