This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch fix_benchmark_plots2 in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit da6a636bb7ea4ec7d72821d15e80f235a1bb8106 Author: chaokunyang <[email protected]> AuthorDate: Tue Dec 16 00:28:35 2025 +0800 fix throughput.png --- docs/docs/introduction/benchmark.md | 2 +- public/benchmarks/cpp/throughput_comparison.png | Bin 52517 -> 0 bytes static/img/benchmarks/cpp/throughput_comparison.png | Bin 52502 -> 0 bytes .../version-0.14/docs/introduction/benchmark.md | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) 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/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.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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
