Skip to content

Commit

Permalink
Fix typo on http_logs asc_sort_timestamp target-throughput
Browse files Browse the repository at this point in the history
  • Loading branch information
engechas committed Nov 30, 2021
1 parent 5e1e5de commit 57264cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_logs/challenges/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"warmup-iterations": 200,
"iterations": 100
{%- if not target_throughput %}
,"target-throughput": 2=0.5
,"target-throughput": 0.5
{%- elif target_throughput is string and target_throughput.lower() == 'none' %}
{%- else %}
,"target-throughput": {{ target_throughput | tojson }}
Expand Down

0 comments on commit 57264cb

Please sign in to comment.