Skip to content

Commit 1c29911

Browse files
committed
datalake: add record_multiplexer microbenchmark
1 parent b187703 commit 1c29911

File tree

2 files changed

+552
-0
lines changed

2 files changed

+552
-0
lines changed

src/v/datalake/tests/CMakeLists.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,20 @@ rp_test(
204204
LABELS datalake
205205
ARGS "-- -c 1"
206206
)
207+
208+
rp_test(
209+
BENCHMARK_TEST
210+
BINARY_NAME record_multiplexer
211+
SOURCES record_multiplexer_bench.cc
212+
LIBRARIES
213+
Seastar::seastar_perf_testing
214+
Boost::unit_test_framework
215+
v::cloud_io_utils
216+
v::application
217+
v::datalake_test_utils
218+
v::iceberg_test_utils
219+
v::schema
220+
v::s3_imposter
221+
ARGS "-c 1 --duration=1 --runs=1 --memory=4G"
222+
LABELS datalake
223+
)

0 commit comments

Comments
 (0)