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 135d3e726 Fix benchmark plots2 (#372)
135d3e726 is described below
commit 135d3e726ceb7205eeca9e546c020d47c51d578b
Author: Shawn Yang <[email protected]>
AuthorDate: Tue Dec 16 00:29:33 2025 +0800
Fix benchmark plots2 (#372)
---
docs/docs/guide/rust/index.md | 2 +-
docs/docs/guide/xlang/getting-started.md | 2 +-
docs/docs/introduction/benchmark.md | 2 +-
docs/docs/start/install.md | 2 +-
.../current/docs/guide/rust_guide.md | 2 +-
.../current/docs/start/install.md | 2 +-
.../version-0.13/docs/guide/rust_guide.md | 2 +-
.../version-0.13/docs/start/install.md | 2 +-
.../version-0.14/docs/guide/rust/index.md | 2 +-
.../version-0.14/docs/guide/xlang/getting-started.md | 2 +-
.../version-0.14/docs/start/install.md | 2 +-
public/benchmarks/cpp/throughput_comparison.png | Bin 52517 -> 0 bytes
static/img/benchmarks/cpp/throughput_comparison.png | Bin 52502 -> 0 bytes
versioned_docs/version-0.13/docs/guide/rust_guide.md | 2 +-
versioned_docs/version-0.13/docs/start/install.md | 2 +-
versioned_docs/version-0.14/docs/guide/rust/index.md | 2 +-
.../version-0.14/docs/guide/xlang/getting-started.md | 2 +-
.../version-0.14/docs/introduction/benchmark.md | 2 +-
versioned_docs/version-0.14/docs/start/install.md | 2 +-
19 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/docs/docs/guide/rust/index.md b/docs/docs/guide/rust/index.md
index fe4ba0ae5..f4d4c243b 100644
--- a/docs/docs/guide/rust/index.md
+++ b/docs/docs/guide/rust/index.md
@@ -47,7 +47,7 @@ Add Apache Fory™ to your `Cargo.toml`:
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
### Basic Example
diff --git a/docs/docs/guide/xlang/getting-started.md
b/docs/docs/guide/xlang/getting-started.md
index 3645d77d3..a7f8cccef 100644
--- a/docs/docs/guide/xlang/getting-started.md
+++ b/docs/docs/guide/xlang/getting-started.md
@@ -57,7 +57,7 @@ go get github.com/apache/fory/go/fory
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
### JavaScript
diff --git a/docs/docs/introduction/benchmark.md
b/docs/docs/introduction/benchmark.md
index a9913d83b..f3f2d6b8b 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_comparison.png" width="90%"/>
+<img src="public/benchmarks/cpp/throughput.png" width="90%"/>
## JavaScript Benchmark
diff --git a/docs/docs/start/install.md b/docs/docs/start/install.md
index 232513340..9f74b77c4 100644
--- a/docs/docs/start/install.md
+++ b/docs/docs/start/install.md
@@ -93,7 +93,7 @@ pip install pyfory==0.14.0
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
or just execute command:
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/rust_guide.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/rust_guide.md
index 8342e9466..15860e6dc 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/rust_guide.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/rust_guide.md
@@ -49,7 +49,7 @@ Rust 实现提供了多功能的高性能序列化,具备自动内存管理和
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
### 基本示例
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md
index efe9cac98..79356fa79 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md
@@ -91,7 +91,7 @@ pip install pyfory==0.14.0
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
或者直接执行以下命令:
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/guide/rust_guide.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/guide/rust_guide.md
index 8342e9466..15860e6dc 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/guide/rust_guide.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/guide/rust_guide.md
@@ -49,7 +49,7 @@ Rust 实现提供了多功能的高性能序列化,具备自动内存管理和
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
### 基本示例
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md
index 29f376490..f729640f8 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md
@@ -91,7 +91,7 @@ pip install pyfory==0.13.2
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
或者直接执行以下命令:
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/rust/index.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/rust/index.md
index 26ef86502..87db09bd1 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/rust/index.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/rust/index.md
@@ -47,7 +47,7 @@ Rust 实现提供多功能的高性能序列化,具有自动内存管理和编
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
### 基础示例
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/xlang/getting-started.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/xlang/getting-started.md
index b21619774..2efe0dc5b 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/xlang/getting-started.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/xlang/getting-started.md
@@ -57,7 +57,7 @@ go get github.com/apache/fory/go/fory
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
### JavaScript
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/start/install.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/start/install.md
index efe9cac98..79356fa79 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/start/install.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/start/install.md
@@ -91,7 +91,7 @@ pip install pyfory==0.14.0
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
或者直接执行以下命令:
diff --git a/public/benchmarks/cpp/throughput_comparison.png
b/public/benchmarks/cpp/throughput_comparison.png
deleted file mode 100644
index 7e1e81ccd..000000000
Binary files a/public/benchmarks/cpp/throughput_comparison.png and /dev/null
differ
diff --git a/static/img/benchmarks/cpp/throughput_comparison.png
b/static/img/benchmarks/cpp/throughput_comparison.png
deleted file mode 100644
index 6d487c39a..000000000
Binary files a/static/img/benchmarks/cpp/throughput_comparison.png and
/dev/null differ
diff --git a/versioned_docs/version-0.13/docs/guide/rust_guide.md
b/versioned_docs/version-0.13/docs/guide/rust_guide.md
index 9743b3bff..49d637f27 100644
--- a/versioned_docs/version-0.13/docs/guide/rust_guide.md
+++ b/versioned_docs/version-0.13/docs/guide/rust_guide.md
@@ -49,7 +49,7 @@ Add Apache Fory™ to your `Cargo.toml`:
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
### Basic Example
diff --git a/versioned_docs/version-0.13/docs/start/install.md
b/versioned_docs/version-0.13/docs/start/install.md
index b7ce73340..e000a8f58 100644
--- a/versioned_docs/version-0.13/docs/start/install.md
+++ b/versioned_docs/version-0.13/docs/start/install.md
@@ -93,7 +93,7 @@ pip install pyfory==0.13.2
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
or just execute command:
diff --git a/versioned_docs/version-0.14/docs/guide/rust/index.md
b/versioned_docs/version-0.14/docs/guide/rust/index.md
index fe4ba0ae5..f4d4c243b 100644
--- a/versioned_docs/version-0.14/docs/guide/rust/index.md
+++ b/versioned_docs/version-0.14/docs/guide/rust/index.md
@@ -47,7 +47,7 @@ Add Apache Fory™ to your `Cargo.toml`:
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
### Basic Example
diff --git a/versioned_docs/version-0.14/docs/guide/xlang/getting-started.md
b/versioned_docs/version-0.14/docs/guide/xlang/getting-started.md
index 3645d77d3..a7f8cccef 100644
--- a/versioned_docs/version-0.14/docs/guide/xlang/getting-started.md
+++ b/versioned_docs/version-0.14/docs/guide/xlang/getting-started.md
@@ -57,7 +57,7 @@ go get github.com/apache/fory/go/fory
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
### JavaScript
diff --git a/versioned_docs/version-0.14/docs/introduction/benchmark.md
b/versioned_docs/version-0.14/docs/introduction/benchmark.md
index a9913d83b..f3f2d6b8b 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_comparison.png" width="90%"/>
+<img src="public/benchmarks/cpp/throughput.png" width="90%"/>
## JavaScript Benchmark
diff --git a/versioned_docs/version-0.14/docs/start/install.md
b/versioned_docs/version-0.14/docs/start/install.md
index 232513340..9f74b77c4 100644
--- a/versioned_docs/version-0.14/docs/start/install.md
+++ b/versioned_docs/version-0.14/docs/start/install.md
@@ -93,7 +93,7 @@ pip install pyfory==0.14.0
```toml
[dependencies]
-fory = "0.13"
+fory = "0.14"
```
or just execute command:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]