From 681d86680e2f6ce645cfce80184596098a1ea070 Mon Sep 17 00:00:00 2001 From: stevenayu Date: Wed, 25 Dec 2024 17:37:06 +0800 Subject: [PATCH] v8.5.0 lts-perftest: fix 8.5 update non-index test result (#19798) --- tidb-cloud/v8.5-performance-benchmarking-with-sysbench.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tidb-cloud/v8.5-performance-benchmarking-with-sysbench.md b/tidb-cloud/v8.5-performance-benchmarking-with-sysbench.md index 47e5fd7c5eaf9..add0417dac31d 100644 --- a/tidb-cloud/v8.5-performance-benchmarking-with-sysbench.md +++ b/tidb-cloud/v8.5-performance-benchmarking-with-sysbench.md @@ -150,9 +150,9 @@ The performance on the `oltp_update_non_index` workload is as follows: | Threads | TPS | 95% latency (ms)| |:--------|:----------|:----------| -| 100 | 14,000 | 9.39 | -| 200 | 25,215 | 10.5 | -| 400 | 42,550 | 12.8 | +| 100 | 12,969 | 10.10 | +| 200 | 23,265 | 11.2 | +| 400 | 39,547 | 13.2 | ![Sysbench update non-index performance](/media/tidb-cloud/v8.5.0_oltp_update_non_index.png) @@ -162,7 +162,7 @@ The performance on the `oltp_update_index` workload is as follows: | Threads | TPS | 95% latency (ms)| |:--------|:----------|:----------| -| 100 | 11,678 | 11.0 | +| 100 | 11,678 | 11.0 | | 200 | 17,685 | 14.8 | | 400 | 25,369 | 20.4 |