Skip to content

Commit

Permalink
Merge pull request redpanda-data#24183 from oleiman/bazel/core-7597/r…
Browse files Browse the repository at this point in the history
…ole-store-bench

sec: bazelize role_store_bench
  • Loading branch information
oleiman authored Nov 20, 2024
2 parents 12f3436 + ff63e0c commit b264f52
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 b264f52

Please sign in to comment.