Skip to content

Commit 720b2e1

Browse files
authored
Use release flag for prefetcher benchmark (#1547)
Harmonises the use of `--release` compile time flag across benchmarks. Does not need a Changelog entry, as it neither changes existing behaviour nor is customer-facing. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). Signed-off-by: Christian Hagemeier <[email protected]>
1 parent 2a9a494 commit 720b2e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/benchmarks/prefetch_benchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def run_benchmark(self) -> None:
2323
subprocess_args = [
2424
"cargo",
2525
"run",
26+
"--release",
2627
"--example",
2728
"prefetch_benchmark",
2829
self.common_config['s3_bucket'],

0 commit comments

Comments
 (0)