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 585f6deae Fix cpp beanchmark image url in 0.14 blogpost (#382)
585f6deae is described below

commit 585f6deaeb510c0779ac7b1b496d16a4ee23180c
Author: mosinnik <[email protected]>
AuthorDate: Mon Jan 12 06:29:17 2026 +0300

    Fix cpp beanchmark image url in 0.14 blogpost (#382)
    
    fix benchmark image url
---
 blog/2025-12-15-fory_0_14_0_release.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blog/2025-12-15-fory_0_14_0_release.md 
b/blog/2025-12-15-fory_0_14_0_release.md
index 9cf87887d..2da8fce99 100644
--- a/blog/2025-12-15-fory_0_14_0_release.md
+++ b/blog/2025-12-15-fory_0_14_0_release.md
@@ -65,7 +65,7 @@ int main() {
 
 ### C++ Benchmarks
 
-<img src="/img/benchmarks/cpp/throughput_comparison.png" width="90%"/>
+<img src="/img/benchmarks/cpp/throughput.png" width="90%"/>
 
 Below are timing results (nanoseconds; lower is better) comparing Fory with 
Protobuf across different data structures.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to