From 57264cb83d89ca1fec23510349d0cca74737afef Mon Sep 17 00:00:00 2001 From: Chase Engelbrecht Date: Tue, 30 Nov 2021 16:07:14 -0600 Subject: [PATCH] Fix typo on http_logs asc_sort_timestamp target-throughput --- http_logs/challenges/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_logs/challenges/default.json b/http_logs/challenges/default.json index ee062557..f482b2eb 100644 --- a/http_logs/challenges/default.json +++ b/http_logs/challenges/default.json @@ -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 }}