Skip to content

Commit b49acc8

Browse files
authored
Update benchmarking.md
1 parent 5758b95 commit b49acc8

File tree

1 file changed

+2
-2
lines changed
  • content/learning-paths/servers-and-cloud-computing/mysql-azure

1 file changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/mysql-azure/benchmarking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ weight: 7
66
layout: learningpathall
77
---
88

9-
## Benchmark MySQL on Azure Cobalt 100 Arm-based instances and x86_64 instances
9+
## Benchmark MySQL on Azure Cobalt 100 Arm-based instances
1010

11-
To understand how MySQL performs on Azure Cobalt 100 (Arm64) VMs compared to x86_64 instances, you can use the built-in mysqlslap tool.
11+
To understand how MySQL performs on Azure Cobalt 100 (Arm64) VMs, you can use the built-in `mysqlslap` tool.
1212

1313
`mysqlslap` is the official MySQL benchmarking tool used to simulate multiple client connections and measure query performance. It helps evaluate read/write throughput, query response times, and overall MySQL server performance under different workloads, making it ideal for baseline testing and optimization.
1414

0 commit comments

Comments
 (0)