Commit d3a594fc authored by vipwzw's avatar vipwzw

auto ci

parent d0b43409
......@@ -170,7 +170,7 @@ func DposPerf() {
sendCBTx(dposClient.csState, info)
time.Sleep(2 * time.Second)
fmt.Println("=======start GetCBInfoByCircle!=======")
//first time, not hit
//first time, not hit
dposClient.csState.GetCBInfoByCircle(task.Cycle)
//second time, hit cache
......
......@@ -403,7 +403,7 @@ func Init() {
func TestParallel(t *testing.T) {
Parallel(func() {
mutx.Lock()
sum ++
sum++
mutx.Unlock()
},
func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment