Skip to content

Instantly share code, notes, and snippets.

@daurnimator
daurnimator / bench.lua
Created October 10, 2012 14:56
fend http benchmarker
local e = require "fend.epoll"()
local http = require "fend.examples.http_client"
local url , req = http.prep_request ( "http://127.0.0.1:8000" )
local concurrrent = 128
local max = 50e3
local dontquit = true
local count = 0