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

commit 6d71507873d02f25024fa62c82734bd009c2dce2
Author: chaokunyang <[email protected]>
AuthorDate: Mon Aug 31 06:16:43 2026 +0000

    🔄 synced local 'docs/benchmarks/' with remote 'docs/benchmarks/'
---
 docs/benchmarks/index.md              |  6 ++++--
 docs/benchmarks/json/kotlin/README.md | 12 ++++++++++--
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/docs/benchmarks/index.md b/docs/benchmarks/index.md
index 622bac1b725..fd940fac3e2 100644
--- a/docs/benchmarks/index.md
+++ b/docs/benchmarks/index.md
@@ -52,8 +52,10 @@ For additional benchmark notes, raw data, and the complete 
Java benchmark README
 ## Kotlin JSON Benchmark
 
 The Kotlin JSON harness compares Fory JSON Kotlin, kotlinx.serialization, 
Moshi, and Jackson Kotlin
-with one immutable model and 16 String/UTF-8 operations. See [Kotlin JSON 
benchmarks](json/kotlin/README.md)
-for the workloads and benchmark setup.
+with one immutable model and 16 isolated String/UTF-8 operations. The
+[Kotlin JSON report](json/kotlin/README.md) is intentionally marked pending 
until a complete
+measured run is published; no placeholder performance result is inferred from 
another language or
+project.
 
 ## Python Benchmark
 
diff --git a/docs/benchmarks/json/kotlin/README.md 
b/docs/benchmarks/json/kotlin/README.md
index 4d430099a78..02220e384f0 100644
--- a/docs/benchmarks/json/kotlin/README.md
+++ b/docs/benchmarks/json/kotlin/README.md
@@ -1,6 +1,10 @@
-# Kotlin JSON Benchmarks
+# Kotlin JSON Benchmark Report
 
-The benchmark harness is in
+Measured results are pending. This page will be replaced only by a complete 
run of the repository
+Kotlin JSON benchmark harness; no performance number or chart is inferred from 
the Java, Scala, or
+historical external benchmark projects.
+
+The source-aligned harness is in
 
[`benchmarks/kotlin`](https://github.com/apache/fory/tree/main/benchmarks/kotlin).
 It compares Fory JSON Kotlin, kotlinx.serialization, Moshi, and Jackson Kotlin 
with:
 
@@ -12,3 +16,7 @@ It compares Fory JSON Kotlin, kotlinx.serialization, Moshi, 
and Jackson Kotlin w
 - one standard JMH invocation for all 16 methods;
 - retained declared-type serializers, adapters, readers, and writers prepared 
outside timing;
 - fixture decode, own-output round-trip, and all-output JSON-tree equivalence 
checks before timing.
+
+The eventual measured report will record the source revision, date, hardware, 
operating system,
+JDK, Kotlin, JMH, Moshi codegen KSP plugin, library versions, and the exact 
benchmark settings.
+Standard JMH JSON and the process log remain available together.


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

Reply via email to