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 9464b81a49 🔄 synced local 'docs/benchmarks/' with remote 
'docs/benchmarks/'
9464b81a49 is described below

commit 9464b81a499a30605ffe9ef036e08758ab3a4f62
Author: chaokunyang <[email protected]>
AuthorDate: Tue Feb 24 04:37:14 2026 +0000

    🔄 synced local 'docs/benchmarks/' with remote 'docs/benchmarks/'
---
 docs/benchmarks/cpp/README.md            | 2 +-
 docs/benchmarks/cpp/REPORT.md            | 2 +-
 docs/benchmarks/go/benchmark_results.txt | 4 ++--
 docs/benchmarks/rust/README.md           | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/benchmarks/cpp/README.md b/docs/benchmarks/cpp/README.md
index 63eba5adb2..ec0ae5a95e 100644
--- a/docs/benchmarks/cpp/README.md
+++ b/docs/benchmarks/cpp/README.md
@@ -5,7 +5,7 @@ _Generated on 2026-02-19 10:20:08_
 ## How to Generate This Report
 
 ```bash
-cd benchmarks/cpp_benchmark/build
+cd benchmarks/cpp/build
 ./fory_benchmark --benchmark_format=json --benchmark_out=benchmark_results.json
 cd ..
 python benchmark_report.py --json-file build/benchmark_results.json 
--output-dir report
diff --git a/docs/benchmarks/cpp/REPORT.md b/docs/benchmarks/cpp/REPORT.md
index cf66f39818..8d8596895d 100644
--- a/docs/benchmarks/cpp/REPORT.md
+++ b/docs/benchmarks/cpp/REPORT.md
@@ -5,7 +5,7 @@ _Generated on 2026-02-06 20:01:02_
 ## How to Generate This Report
 
 ```bash
-cd benchmarks/cpp_benchmark/build
+cd benchmarks/cpp/build
 ./fory_benchmark --benchmark_format=json --benchmark_out=benchmark_results.json
 cd ..
 python benchmark_report.py --json-file build/benchmark_results.json 
--output-dir report
diff --git a/docs/benchmarks/go/benchmark_results.txt 
b/docs/benchmarks/go/benchmark_results.txt
index 516dc03873..21aa26e639 100644
--- a/docs/benchmarks/go/benchmark_results.txt
+++ b/docs/benchmarks/go/benchmark_results.txt
@@ -140,7 +140,7 @@ MediaContentList:
 ============================================
 goos: darwin
 goarch: arm64
-pkg: github.com/apache/fory/benchmarks/go_benchmark
+pkg: github.com/apache/fory/benchmarks/go
 cpu: Apple M4 Pro
 BenchmarkFory_Struct_Serialize-12                      18441836                
65.29 ns/op            0 B/op          0 allocs/op
 BenchmarkFory_Struct_Serialize-12                      18408471                
65.41 ns/op            0 B/op          0 allocs/op
@@ -323,4 +323,4 @@ BenchmarkMsgpack_MediaContentList_Deserialize-12            
   44185             27271 ns/op
 BenchmarkMsgpack_MediaContentList_Deserialize-12          43345             
27499 ns/op           20058 B/op        307 allocs/op
 BenchmarkMsgpack_MediaContentList_Deserialize-12          43718             
27975 ns/op           20058 B/op        307 allocs/op
 PASS
-ok     github.com/apache/fory/benchmarks/go_benchmark  256.707s
+ok     github.com/apache/fory/benchmarks/go    256.707s
diff --git a/docs/benchmarks/rust/README.md b/docs/benchmarks/rust/README.md
index 60e2e7b3a5..6031d2622f 100644
--- a/docs/benchmarks/rust/README.md
+++ b/docs/benchmarks/rust/README.md
@@ -5,7 +5,7 @@ _Generated on 2025-10-26 18:36:41_
 How to generate performance report:
 
 ```bash
-cd benchmarks/rust_benchmark
+cd benchmarks/rust
 cargo bench 2>&1 | tee cargo_bench.log
 python benchmark_report.py --log-file cargo_bench.log 
--output-dir=report_output
 ```


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

Reply via email to