Merge branch 'main' of https://github.com/httprunner/hrp into main

This commit is contained in:
debugtalk
2022-03-15 23:45:14 +08:00
38 changed files with 909 additions and 135 deletions
+2
View File
@@ -68,6 +68,8 @@ func (b *HRPBoomer) Quit() {
func (b *HRPBoomer) convertBoomerTask(testcase *TestCase, rendezvousList []*Rendezvous) *boomer.Task {
hrpRunner := NewRunner(nil)
// set client transport for high concurrency load testing
hrpRunner.SetClientTransport(b.GetSpawnCount(), b.GetDisableKeepAlive(), b.GetDisableCompression())
config := testcase.Config
// each testcase has its own plugin process