Skip to content

Commit

Permalink
Remove unneeded reference to threads count on CPUs benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNerma committed Sep 22, 2024
1 parent a52e56b commit 0b0ecd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cd examples/benchmark
cargo run --release
```

For reference, on an **Intel Core i7-9700K** (8 physical cores @ 3.6 ~ 4.9 GHz) with **DDR4 @ 2667 MHz**, we get a result of ~ 80 MIPS (Million Instructions Per Second) with [LTO enabled](https://doc.rust-lang.org/cargo/reference/profiles.html#lto). On a **Ryzen 7900** (12 physical cores, 24 threads) with **DDR5 @ 5600 MHz**, we get ~ 140 MIPS.
For reference, on an **Intel Core i7-9700K** with **DDR4 @ 2667 MHz**, we get a result of ~ 80 MIPS (Million Instructions Per Second) with [LTO enabled](https://doc.rust-lang.org/cargo/reference/profiles.html#lto). On a **Ryzen 7900** with **DDR5 @ 5600 MHz**, we get ~ 140 MIPS.

## Documentation

Expand Down

0 comments on commit 0b0ecd4

Please sign in to comment.