All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH liburing v2 0/2] single issuer tests and poll bench
@ 2022-07-22 10:37 Pavel Begunkov
  2022-07-22 10:37 ` [PATCH liburing v2 1/2] examples: add a simple single-shot poll benchmark Pavel Begunkov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pavel Begunkov @ 2022-07-22 10:37 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence

Add some IORING_SETUP_SINGLE_ISSUER testing and poll benchmark.

Pavel Begunkov (2):
  examples: add a simple single-shot poll benchmark
  tests: test IORING_SETUP_SINGLE_ISSUER

 examples/Makefile     |   3 +-
 examples/poll-bench.c | 101 ++++++++++++++++++++++++++++
 test/Makefile         |   1 +
 test/single-issuer.c  | 153 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 257 insertions(+), 1 deletion(-)
 create mode 100644 examples/poll-bench.c
 create mode 100644 test/single-issuer.c

-- 
2.37.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-22 15:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-22 10:37 [PATCH liburing v2 0/2] single issuer tests and poll bench Pavel Begunkov
2022-07-22 10:37 ` [PATCH liburing v2 1/2] examples: add a simple single-shot poll benchmark Pavel Begunkov
2022-07-22 10:37 ` [PATCH liburing v2 2/2] tests: test IORING_SETUP_SINGLE_ISSUER Pavel Begunkov
2022-07-22 15:21 ` [PATCH liburing v2 0/2] single issuer tests and poll bench Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.