refactor: fork boomer as sub module

This commit is contained in:
debugtalk
2021-12-22 17:21:52 +08:00
parent f11310a8bd
commit a845b58ff5
20 changed files with 2329 additions and 45 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ func TestBoomerStandaloneRun(t *testing.T) {
}
testcase2 := &TestCasePath{demoTestCaseJSONPath}
b := NewStandaloneBoomer(2, 1)
b := NewBoomer(2, 1)
go b.Run(testcase1, testcase2)
time.Sleep(5 * time.Second)
b.Quit()