diff options
author | Marek Vavrusa <marek@vavrusa.com> | 2015-07-02 02:01:50 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-02-20 11:52:18 +0100 |
commit | 56598f3d10fbb48705bba3149c995092d832bb62 (patch) | |
tree | 6eb1fafcb8df0633c618b10a69f6e0af685141c1 /docs/src | |
parent | 618533b7e3ba4b9e86d870a4ab59f147fa20566b (diff) | |
download | libuv-56598f3d10fbb48705bba3149c995092d832bb62.tar.gz libuv-56598f3d10fbb48705bba3149c995092d832bb62.zip |
test: added udp ping benchmark (1,10,100 pingers)
The UDP pummel benchmark does not model usual UDP servers well,
in UDP services like DNS, DHCP or NTP, there is usually just one
socket bound to the registered port and a large number of
requestors asking queries, this benchmark is simple 1 sender : 1 receiver thread
benchmark with multiple senders multiplexing on the event loop.
The test reports number of senders and attained rate of requests,
and is based on TCP benchmark-ping-pong.c.
PR-URL: https://github.com/libuv/libuv/pull/2532
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Saúl Ibarra Corretgé <s@saghul.net>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions