Skip to content

Commit be83728

Browse files
committed
DPL: add benchmark for memfd based message passing
1 parent 1023347 commit be83728

2 files changed

Lines changed: 1181 additions & 0 deletions

File tree

Framework/Core/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,12 @@ foreach(b
374374
PUBLIC_LINK_LIBRARIES O2::Framework benchmark::benchmark)
375375
endforeach()
376376

377+
o2_add_executable(benchmark-ShmemVsMemfd
378+
SOURCES test/benchmark_ShmemVsMemfd.cxx
379+
COMPONENT_NAME Framework
380+
IS_BENCHMARK
381+
PUBLIC_LINK_LIBRARIES O2::Framework FairMQ::FairMQ)
382+
377383
# #####################################################@
378384

379385
foreach(w

0 commit comments

Comments
 (0)