Skip to content

Commit

Permalink
Update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNerma committed Feb 17, 2025
1 parent 80c95f8 commit af18e8e
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** 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.
For reference, on an **Intel Core i5-1240P**, we get a result of ~ 120 MIPS (Million Instructions Per Second) with [LTO enabled](https://doc.rust-lang.org/cargo/reference/profiles.html#lto). On a **Ryzen 7940HX**, we get ~ 135 MIPS. As you can see, it scales with single-core performance, not multi-core.

## Documentation

Expand Down

0 comments on commit af18e8e

Please sign in to comment.