Skip to content

Commit

Permalink
feat: Fix dir permissions for nonroot
Browse files Browse the repository at this point in the history
Bug: N/A
Change-Id: I888b8ae25e6cc6d6422a7da9a5aef5ca39db83e5
GitOrigin-RevId: e8b61aa9d473c392f6078a2e302f598d81b1b7bc
  • Loading branch information
Privacy Sandbox Team authored and copybara-github committed Sep 17, 2024
1 parent d7d7e5f commit 51e17dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/roma/byob/benchmark/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ pkg_files(
"--benchmark_counters_tabular=true",
"--benchmark_out_format=json",
"--benchmark_time_unit=ms",
"--benchmark_out=/dist/benchmarks/roma_byob_client_benchmark.json",
"--benchmark_out=/dist/benchmarks/{flavor}/roma_byob{dbg}_benchmark.json".format(
dbg = debug_str,
flavor = user.flavor,
),
],
debug = len(debug_str) > 0,
entrypoint = ["/server/bin/roma_byob_benchmark"],
Expand Down

0 comments on commit 51e17dd

Please sign in to comment.