Skip to content

Commit c2cd2d4

Browse files
committed
benchmark: update measurement
Commit 43154b2 appears to have slightly improved the benchmark performance.
1 parent e28d831 commit c2cd2d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ A basic performance comparison between implementations using commodity hardware
9595

9696
|implementation|pool size|ns/iter|
9797
|-------------:|---------|-------|
98-
| Rust SRD| 1,000| 22,446|
99-
| Rust BnB| 1,000|552,120|
98+
| Rust SRD| 1,000| 21,888|
99+
| Rust BnB| 1,000|495,910|
100100
| C++ Core BnB| 1,000|816,374|
101101

102102
Note: The measurements where recorded using rustc 1.90 stable. Expect worse performance with MSRV.

0 commit comments

Comments
 (0)