diff --git a/README.md b/README.md
index 08a6fe77f..69672ca04 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,8 @@
A secure, fast, and general-purpose OS kernel written in Rust and compatible with Linux
-
+
+
diff --git a/README_CN.md b/README_CN.md
index 3ce8362ee..6fe6226ff 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -3,7 +3,8 @@
一个安全、快速、通用的操作系统内核,使用Rust编写,并与Linux兼容
-
+
+
diff --git a/README_JP.md b/README_JP.md
index 8440bbebe..7ad68160e 100644
--- a/README_JP.md
+++ b/README_JP.md
@@ -3,7 +3,8 @@
安全で高速、汎用的なOSカーネル。Rustで書かれ、Linuxと互換性があります
-
+
+
diff --git a/test/benchmark/README.md b/test/benchmark/README.md
index 14ebfbe29..6e08ffc48 100644
--- a/test/benchmark/README.md
+++ b/test/benchmark/README.md
@@ -2,7 +2,9 @@
The Asterinas Benchmark Collection evaluates the performance of Asterinas in comparison to Linux across a range of benchmarking tools (e.g., LMbench, Sysbench, iPerf) and real-world applications (e.g., Nginx, Redis, SQLite, Memcached). These benchmarks are conducted under various configurations, such as within a single virtual machine (VM) or between a VM and its host.
-The benchmarks are run automatically on a nightly basis through continuous integration (CI) pipelines. Results, presented in clear and visually appealing figures and tables, are available [here](https://asterinas.github.io/benchmark/).
+The benchmarks are run automatically on a nightly basis through continuous integration (CI) pipelines. Results, presented in clear and visually appealing figures and tables, are available for all tier-1 supported platforms.
+1. [x86-64](https://asterinas.github.io/benchmark/x86-64/)
+2. [Intel TDX](https://asterinas.github.io/benchmark/tdx/)
## File Organization
@@ -19,7 +21,7 @@ The benchmark collection is organized into benchmark suites, each dedicated to a
- [nginx](https://github.com/asterinas/asterinas/tree/main/test/benchmark/nginx)
- [memcached](https://github.com/asterinas/asterinas/tree/main/test/benchmark/memcached)
-Each suite has a corresponding web page (e.g., [LMbench results](https://asterinas.github.io/benchmark/lmbench/)) that publishes the latest performance data. At the top of each page, a summary table showcases the most recent results, configured using the `summary.json` file in the suite's directory.
+Each suite has a corresponding web page (e.g., [LMbench results](https://asterinas.github.io/benchmark/x86-64/lmbench/)) that publishes the latest performance data. At the top of each page, a summary table showcases the most recent results, configured using the `summary.json` file in the suite's directory.
### Benchmark Jobs