Skip to content

Commit c0c0179

Browse files
committed
ntps test remove low=2 scenario
1 parent e35f070 commit c0c0179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spartan/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function network_tests {
120120

121121
function network_bench_cmds {
122122
local high_value_tps=0.1
123-
local low_value_tps_list=(0.1 0.2 0.5 1 2)
123+
local low_value_tps_list=(0.1 0.2 0.5 1)
124124

125125
for low_value_tps in "${low_value_tps_list[@]}"; do
126126
local low_label=${low_value_tps/./_}

0 commit comments

Comments
 (0)