Skip to content

Commit

Permalink
templating findmax vars for vector workload
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkWolters committed May 17, 2024
1 parent 7d33254 commit a249016
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ scenarios:
# Find the optimal rate for the search workload
findmax: >-
findmax activity=search_and_verify
base_value=200
step_value=50
min_frames=10
base_value=TEMPLATE(200,findmax_base_rate)
step_value=TEMPLATE(50,findmax_step_value)
min_frames=TEMPLATE(10,findmax_min_frames)
optimization_type=rate
# Optimize the search workload
Expand Down

0 comments on commit a249016

Please sign in to comment.