Skip to content

Commit fde4b63

Browse files
author
Rakeshwar Reddy Kambaiahgari
committed
Fix wrk.md: replace single-backtick code fences with triple backticks for MDX compatibility
1 parent de20fcf commit fde4b63

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • website/docs/workloads/wrk

website/docs/workloads/wrk/wrk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ parameter in Virtual Client profiles.
138138
Virtual Client profiles define wrk parameters declaratively. The executor translates them into a wrk command line
139139
at runtime. For example, the following profile action:
140140

141-
`json
141+
```json
142142
{
143143
"Type": "WrkExecutor",
144144
"Parameters": {
@@ -152,13 +152,13 @@ at runtime. For example, the following profile action:
152152
"Role": "Client"
153153
}
154154
}
155-
`
155+
```
156156

157157
Translates to the following wrk command (assuming server IP `10.0.0.5`):
158158

159-
`
159+
```
160160
wrk --latency --threads 64 --connections 4096 --duration 15s --timeout 10s http://10.0.0.5:9876/json
161-
`
161+
```
162162

163163
## Performance Notes
164164
Generally, the more concurrent connections you configure, the higher the load on the server. At some point, increasing

0 commit comments

Comments
 (0)