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


The following commit(s) were added to refs/heads/main by this push:
     new 7782a7d5e Fix benchmark plots4 (#375)
7782a7d5e is described below

commit 7782a7d5e92f2afc57f774aa9d093b82764a3657
Author: Shawn Yang <[email protected]>
AuthorDate: Tue Dec 16 00:45:23 2025 +0800

    Fix benchmark plots4 (#375)
---
 docs/docs/introduction/benchmark.md                                | 2 +-
 .../current/docs/introduction/benchmark.md                         | 7 ++++++-
 versioned_docs/version-0.14/docs/introduction/benchmark.md         | 2 +-
 3 files changed, 8 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..71596d168 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
@@ -15,6 +15,10 @@ sidebar_position: 2
 
 ### Java 序列化
 
+<img width="48%" alt="" 
src="/img/benchmarks/serialization/bench_serialize_compatible_STRUCT_to_directBuffer_tps.png"
 />
+<img width="48%" alt="" 
src="/img/benchmarks/serialization/bench_serialize_compatible_MEDIA_CONTENT_to_array_tps.png"
 />
+<img width="48%" alt="" 
src="/img/benchmarks/serialization/bench_serialize_MEDIA_CONTENT_to_array_tps.png"
 />
+<img width="48%" alt="" 
src="/img/benchmarks/serialization/bench_serialize_SAMPLE_to_array_tps.png" />
 <img width="48%" alt="" 
src="/img/benchmarks/serialization/bench_serialize_compatible_STRUCT_to_directBuffer_tps.png"
 />
 <img width="48%" alt="" 
src="/img/benchmarks/serialization/bench_serialize_compatible_MEDIA_CONTENT_to_array_tps.png"
 />
 <img width="48%" alt="" 
src="/img/benchmarks/serialization/bench_serialize_MEDIA_CONTENT_to_array_tps.png"
 />
@@ -41,10 +45,11 @@ sidebar_position: 2
 
 ## C++ 性能测试
 
-<img src="public/benchmarks/cpp/throughput.png" width="90%"/>
+<img src="/img/benchmarks/cpp/throughput.png" width="90%"/>
 
 ## JavaScript 性能测试
 
+<img width="50%" alt="" src="/img/benchmarks/javascript/complex_object.jpg" />
 <img width="50%" alt="" src="/img/benchmarks/javascript/complex_object.jpg" />
 
 此柱状图使用的数据包含一个具有多种字段类型的复杂对象,JSON 数据大小为 3KB。
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]

Reply via email to