This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 756bb6e4462f2012ccf7106120ddc8ca9b8896f9 Author: chaokunyang <[email protected]> AuthorDate: Wed Nov 5 04:18:23 2025 +0000 π synced local 'docs/docs/guide/' with remote 'docs/guide/' --- docs/docs/guide/rust_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/guide/rust_guide.md b/docs/docs/guide/rust_guide.md index c9d4c741d..1d8aa530a 100644 --- a/docs/docs/guide/rust_guide.md +++ b/docs/docs/guide/rust_guide.md @@ -959,8 +959,8 @@ Apache Foryβ’ Rust is designed for maximum performance: Run benchmarks: ```bash -cd rust -cargo bench --package fory-benchmarks +cd benchmarks/rust_benchmark +cargo bench ``` ## π Documentation --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
