Skip to content

Commit

Permalink
fix: Change benchmark directory to 'benchmark_data'
Browse files Browse the repository at this point in the history
Bug: N/A
Change-Id: I41c65c5526dd3ef635fa96d318cb2c3a6758695b
GitOrigin-RevId: bc1af3fc8d4e088230b7d013d4115cac65534223
  • Loading branch information
Privacy Sandbox Team authored and copybara-github committed Sep 17, 2024
1 parent 51e17dd commit 619fc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roma/byob/benchmark/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pkg_files(
"--benchmark_counters_tabular=true",
"--benchmark_out_format=json",
"--benchmark_time_unit=ms",
"--benchmark_out=/dist/benchmarks/{flavor}/roma_byob{dbg}_benchmark.json".format(
"--benchmark_out=/benchmark_data/roma_byob{dbg}_benchmark.json".format(
dbg = debug_str,
flavor = user.flavor,
),
Expand Down

0 comments on commit 619fc5d

Please sign in to comment.