This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch chaokunyang-patch-1 in repository https://gitbox.apache.org/repos/asf/fory.git
commit fb4e07f7e54fdd766350d3112dfb29124e322c58 Author: Shawn Yang <[email protected]> AuthorDate: Wed Nov 5 09:53:34 2025 +0530 fix cargo benchmark comand in doc Updated the instructions for generating the performance report. --- benchmarks/rust_benchmark/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/rust_benchmark/README.md b/benchmarks/rust_benchmark/README.md index d0de365b0..49c372758 100644 --- a/benchmarks/rust_benchmark/README.md +++ b/benchmarks/rust_benchmark/README.md @@ -5,7 +5,6 @@ _Generated on 2025-10-26 18:36:41_ How to generate performance report: ```bash -cd rust/benches cargo bench 2>&1 | tee cargo_bench.log python benchmark_report.py --log-file cargo_bench.log --output-dir=report_output ``` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
