Skip to content

Commit

Permalink
sec: bazelize role_sore_bench
Browse files Browse the repository at this point in the history
Signed-off-by: Oren Leiman <oren.leiman@redpanda.com>
  • Loading branch information
oleiman committed Nov 19, 2024
1 parent 7bfe665 commit ff63e0c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/v/security/tests/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("//bazel:test.bzl", "redpanda_cc_btest", "redpanda_test_cc_library")
load("//bazel:test.bzl", "redpanda_cc_bench", "redpanda_cc_btest", "redpanda_test_cc_library")

redpanda_test_cc_library(
name = "utils",
Expand Down Expand Up @@ -198,3 +198,19 @@ redpanda_cc_btest(
"@seastar//:testing",
],
)

redpanda_cc_bench(
name = "role_store_bench",
timeout = "moderate",
srcs = [
"role_store_bench.cc",
],
deps = [
"//src/v/config",
"//src/v/random:generators",
"//src/v/security",
"@boost//:range",
"@seastar",
"@seastar//:benchmark",
],
)

0 comments on commit ff63e0c

Please sign in to comment.