This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch fix_benchmark_links in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 3865b9021ff0d628d831c20721c2be9bb0aa7545 Author: chaokunyang <[email protected]> AuthorDate: Wed Nov 5 12:01:48 2025 +0800 fix rust benchmark links --- blog/2025-10-27-fory_0_13_0_release.md | 2 +- docs/docs/introduction/benchmark.md | 2 +- .../current/docs/introduction/benchmark.md | 2 +- .../version-0.13/docs/introduction/benchmark.md | 2 +- versioned_docs/version-0.13/docs/introduction/benchmark.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/blog/2025-10-27-fory_0_13_0_release.md b/blog/2025-10-27-fory_0_13_0_release.md index 126bf3956..00199e98d 100644 --- a/blog/2025-10-27-fory_0_13_0_release.md +++ b/blog/2025-10-27-fory_0_13_0_release.md @@ -92,7 +92,7 @@ Below are serialize throughput results (TPS; higher is better) comparing Fory wi | system_data | medium | serialize | 174,240 | 11,896 | 14,753 | fory | | system_data | large | serialize | 10,671 | 876 | 1,040 | fory | -Note: Results depend on hardware, dataset, and implementation versions. See the Rust guide for how to run benchmarks yourself: https://github.com/apache/fory/blob/main/rust/benches/README.md +Note: Results depend on hardware, dataset, and implementation versions. See the Rust guide for how to run benchmarks yourself: https://github.com/apache/fory/blob/main/benchmarks/rust_benchmark/README.md ## Python: Drop‑in Replacement for pickle diff --git a/docs/docs/introduction/benchmark.md b/docs/docs/introduction/benchmark.md index 2d9ee1db8..540e8e0b0 100644 --- a/docs/docs/introduction/benchmark.md +++ b/docs/docs/introduction/benchmark.md @@ -45,7 +45,7 @@ Fory Rust demonstrates competitive performance compared to other Rust serializat <img src="/img/benchmarks/rust/system_data.png" width="90%"/> -Note: Results depend on hardware, dataset, and implementation versions. See the Rust guide for how to run benchmarks yourself: https://github.com/apache/fory/blob/main/rust/benches/README.md +Note: Results depend on hardware, dataset, and implementation versions. See the Rust guide for how to run benchmarks yourself: https://github.com/apache/fory/blob/main/benchmarks/rust_benchmark/README.md ## JavaScript Benchmark diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/introduction/benchmark.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/introduction/benchmark.md index a0b195306..0b5798efd 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/introduction/benchmark.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/introduction/benchmark.md @@ -37,7 +37,7 @@ sidebar_position: 2 <img src="/img/benchmarks/rust/system_data.png" width="90%"/> -注意:结果取决于硬件、数据集和实现版本。有关如何自行运行性能测试的信息,请参阅 Fory Rust Benchmark 指南:https://github.com/apache/fory/blob/main/rust/benches/README.md +注意:结果取决于硬件、数据集和实现版本。有关如何自行运行性能测试的信息,请参阅 Fory Rust Benchmark 指南:https://github.com/apache/fory/blob/main/benchmarks/rust_benchmark/README.md ## JavaScript 性能测试 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/introduction/benchmark.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/introduction/benchmark.md index a0b195306..0b5798efd 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/introduction/benchmark.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/introduction/benchmark.md @@ -37,7 +37,7 @@ sidebar_position: 2 <img src="/img/benchmarks/rust/system_data.png" width="90%"/> -注意:结果取决于硬件、数据集和实现版本。有关如何自行运行性能测试的信息,请参阅 Fory Rust Benchmark 指南:https://github.com/apache/fory/blob/main/rust/benches/README.md +注意:结果取决于硬件、数据集和实现版本。有关如何自行运行性能测试的信息,请参阅 Fory Rust Benchmark 指南:https://github.com/apache/fory/blob/main/benchmarks/rust_benchmark/README.md ## JavaScript 性能测试 diff --git a/versioned_docs/version-0.13/docs/introduction/benchmark.md b/versioned_docs/version-0.13/docs/introduction/benchmark.md index 2d9ee1db8..540e8e0b0 100644 --- a/versioned_docs/version-0.13/docs/introduction/benchmark.md +++ b/versioned_docs/version-0.13/docs/introduction/benchmark.md @@ -45,7 +45,7 @@ Fory Rust demonstrates competitive performance compared to other Rust serializat <img src="/img/benchmarks/rust/system_data.png" width="90%"/> -Note: Results depend on hardware, dataset, and implementation versions. See the Rust guide for how to run benchmarks yourself: https://github.com/apache/fory/blob/main/rust/benches/README.md +Note: Results depend on hardware, dataset, and implementation versions. See the Rust guide for how to run benchmarks yourself: https://github.com/apache/fory/blob/main/benchmarks/rust_benchmark/README.md ## JavaScript Benchmark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
