feat: run standalone boomer

This commit is contained in:
debugtalk
2021-11-14 20:58:45 +08:00
parent e565db32b0
commit 44767169ea
7 changed files with 15 additions and 25 deletions
+1 -1
View File
@@ -18,5 +18,5 @@ func TestHttpBoomer(t *testing.T) {
// },
// }
// Boom(testcase1, testcase2)
// NewStandaloneBoomer(1, 1).Run(testcase1, testcase2)
}