diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-05-22 16:02:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-05-22 16:04:39 +0200 |
commit | 8f155917bf5c11c8f156d7f25f242257d6086cb9 (patch) | |
tree | 5b34963cd80961ca0353f93e0598e1a2b6451738 /.gitignore | |
parent | 2927b326ccf67236e148444679f582ea1437ef5a (diff) |
bus: add benchmark tool to determine the right threshold for copying vs. memfd
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c2e745672c..7534ac1c07 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,7 @@ /test-bus-chat /test-bus-kernel /test-bus-kernel-bloom +/test-bus-kernel-benchmark /test-bus-marshal /test-bus-match /test-bus-memfd |