Message ID | cover.1658484803.git.asml.silence@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | single issuer tests and poll bench | expand |
On Fri, 22 Jul 2022 11:37:04 +0100, Pavel Begunkov wrote: > 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 > > [...] Applied, thanks! [1/2] examples: add a simple single-shot poll benchmark commit: 8200139273363c9d30d6b2db187f33508b6cd49f [2/2] tests: test IORING_SETUP_SINGLE_ISSUER commit: bda30ea972839abdd1e7a0ecdef83e00ff9db7c8 Best regards,