=htp fix typo in latency spec using AB (#20965)

This commit is contained in:
Konrad Malawski 2016-07-15 19:19:53 +02:00 committed by GitHub
parent 218f81196c
commit e986989bfa

View file

@ -180,9 +180,9 @@ class MultiNodeSpecSpec extends MultiNodeSpec(AkkaHttpServerLatencyMultiNodeSpec
}
"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""")
}