优化执行结点

This commit is contained in:
boyce
2025-10-05 13:20:11 +08:00
parent 3bf19ed329
commit c6488faeff
5 changed files with 43 additions and 15 deletions

View File

@@ -11,8 +11,8 @@ func TestExecMgr(t *testing.T) {
t.Fatalf("init failed,err:%v", err)
}
graphTest1 := bp.Create("testMath")
err = graphTest1.Do(EntranceID_IntParam, 1, 2, 3)
graphTest1 := bp.Create("testSwitch")
err = graphTest1.Do(EntranceID_IntParam, 2, 1, 3)
if err != nil {
t.Fatalf("Do EntranceID_IntParam failed,err:%v", err)
}