mirror of
https://github.com/wg/wrk
synced 2026-05-16 10:42:37 +08:00
add script setup() and thread methods
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
-- example script that demonstrates use of thread:stop()
|
||||
|
||||
local counter = 1
|
||||
|
||||
function response()
|
||||
if counter == 100 then
|
||||
wrk.thread:stop()
|
||||
end
|
||||
counter = counter + 1
|
||||
end
|
||||
Reference in New Issue
Block a user