=htp fix typo in latency spec using AB (#20965)
This commit is contained in:
parent
218f81196c
commit
e986989bfa
1 changed files with 2 additions and 2 deletions
|
|
@ -180,9 +180,9 @@ class MultiNodeSpecSpec extends MultiNodeSpec(AkkaHttpServerLatencyMultiNodeSpec
|
||||||
}
|
}
|
||||||
|
|
||||||
"have good Latency (ab) (long-lived connections)" taggedAs LongRunningTest in ifAbAvailable {
|
"have good Latency (ab) (long-lived connections)" taggedAs LongRunningTest in ifAbAvailable {
|
||||||
val id = s"Latency_AB_pong_shortLived_R:${rate}_C:${connections}_p:"
|
val id = s"Latency_AB_pong_long-lived_R:${rate}_C:${connections}_p:"
|
||||||
|
|
||||||
val abOptions = s"-c $connections -n $requests"
|
val abOptions = s"-c $connections -n $requests -k"
|
||||||
runLoadTest(id)(s"""ab $abOptions $url_ping""")
|
runLoadTest(id)(s"""ab $abOptions $url_ping""")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue