Skip to content

Commit

Permalink
datalake: add record_multiplexer microbenchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ballard26 committed Nov 19, 2024
1 parent eec7881 commit a262de2
Show file tree
Hide file tree
Showing 2 changed files with 599 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/v/datalake/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,20 @@ rp_test(
LABELS datalake
ARGS "-- -c 1"
)

rp_test(
BENCHMARK_TEST
BINARY_NAME record_multiplexer
SOURCES record_multiplexer_bench.cc
LIBRARIES
Seastar::seastar_perf_testing
Boost::unit_test_framework
v::cloud_io_utils
v::application
v::datalake_test_utils
v::iceberg_test_utils
v::schema
v::s3_imposter
ARGS "-c 1 --duration=1 --runs=1 --memory=4G"
LABELS datalake
)
Loading

0 comments on commit a262de2

Please sign in to comment.