Skip to content

Commit

Permalink
fix: Add BenchmarkInfo textprotos for prime sieve
Browse files Browse the repository at this point in the history
Bug: N/A
Change-Id: I31d7ec9bafb823351cf833de0a73c2d1aee11da0
GitOrigin-RevId: 56303e4916093e371853b7c9d1b8e244e0191700
  • Loading branch information
Privacy Sandbox Team authored and copybara-github committed Oct 8, 2024
1 parent 5189ad7 commit eddb987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run-benchmarks
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if [[ ${#targets[@]} -eq 0 ]]; then
//src/roma/benchmark:isolate_restoration_benchmark
//src/roma/benchmark:host_api_grpc_benchmark
//src/roma/benchmark:kv_server_udf_benchmark_test
//src/roma/benchmark:prime_sieve_benchmark
//src/roma/benchmark:roma_v8_prime_sieve_benchmark
//src/roma/benchmark:sort_list_benchmark
//src/roma/benchmark/serde:serialize_benchmark
//src/roma/benchmark/serde:deserialize_benchmark
Expand Down
2 changes: 1 addition & 1 deletion src/roma/benchmark/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
load("//src/roma/tools/v8_cli:template_replace.bzl", "template_replace")

cc_binary(
name = "prime_sieve_benchmark",
name = "roma_v8_prime_sieve_benchmark",
srcs = ["prime_sieve_benchmark.cc"],
data = ["//src/roma/testing/cpp_wasm_prime_sieve_n_example"],
deps = [
Expand Down

0 comments on commit eddb987

Please sign in to comment.