You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/docs/running-locally/running-benchmarks.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,3 +54,16 @@ With `--save`, it additionally:
54
54
8. Rebuilds site data files in `site/data/`
55
55
56
56
For HTTP/1.1 profiles (`baseline`, `pipelined`, `limited-conn`, `json`, `upload`, `compression`, `noisy`), the load generator is **gcannon**. For HTTP/2 profiles (`baseline-h2`, `static-h2`), the load generator is **h2load**. For HTTP/3 profiles (`baseline-h3`, `static-h3`), the load generator is **oha**.
57
+
58
+
## Environment variables
59
+
60
+
| Variable | Default | Description |
61
+
|----------|---------|-------------|
62
+
|`THREADS`|`64`| Number of threads for **gcannon** (HTTP/1.1 load generator) |
63
+
|`H2THREADS`|`128`| Number of threads for **h2load** (HTTP/2 load generator) |
0 commit comments