8f15591 bus: add benchmark tool to determine the right threshold for copying vs. memfd
.gitignore | 1 +
Makefile.am | 12 ++
src/libsystemd-bus/bus-internal.h | 2 +
src/libsystemd-bus/bus-kernel.c | 2 +
src/libsystemd-bus/bus-message.c | 6 +-
src/libsystemd-bus/sd-bus.c | 1 +
src/libsystemd-bus/test-bus-kernel-benchmark.c | 225 ++++++++++++++++++++++++
7 files changed, 246 insertions(+), 3 deletions(-)
Upstream: github.com