Mercurial
view third_party/wrk/scripts/delay.lua @ 248:b8b6e726964a
[style] Use Dowa type aliases in C
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 04 Aug 2026 02:44:06 -0700 |
| parents | 94705b5986b3 |
| children |
line wrap: on
line source
-- example script that demonstrates adding a random -- 10-50ms delay before each request function delay() return math.random(10, 50) end