This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch fix_benchmark_plots4 in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit a90395f975c797151a3c75417cd06f20de54cd53 Author: chaokunyang <[email protected]> AuthorDate: Tue Dec 16 00:43:17 2025 +0800 fix benchmark --- docs/docs/introduction/benchmark.md | 2 +- .../current/docs/introduction/benchmark.md | 2 +- versioned_docs/version-0.14/docs/introduction/benchmark.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/introduction/benchmark.md b/docs/docs/introduction/benchmark.md index a48b16eaa..64727d459 100644 --- a/docs/docs/introduction/benchmark.md +++ b/docs/docs/introduction/benchmark.md @@ -51,7 +51,7 @@ Note: Results depend on hardware, dataset, and implementation versions. See the Fory C++ demonstrates competitive performance compared to Protobuf C++ serialization framework. -<img src="public/benchmarks/cpp/throughput.png" width="90%"/> +<img src="/img/benchmarks/cpp/throughput.png" width="90%"/> ## 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 b9a539093..bd7d34be6 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 @@ -41,7 +41,7 @@ sidebar_position: 2 ## C++ 性能测试 -<img src="public/benchmarks/cpp/throughput.png" width="90%"/> +<img src="/img/benchmarks/cpp/throughput.png" width="90%"/> ## JavaScript 性能测试 diff --git a/versioned_docs/version-0.14/docs/introduction/benchmark.md b/versioned_docs/version-0.14/docs/introduction/benchmark.md index a48b16eaa..64727d459 100644 --- a/versioned_docs/version-0.14/docs/introduction/benchmark.md +++ b/versioned_docs/version-0.14/docs/introduction/benchmark.md @@ -51,7 +51,7 @@ Note: Results depend on hardware, dataset, and implementation versions. See the Fory C++ demonstrates competitive performance compared to Protobuf C++ serialization framework. -<img src="public/benchmarks/cpp/throughput.png" width="90%"/> +<img src="/img/benchmarks/cpp/throughput.png" width="90%"/> ## JavaScript Benchmark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
