Skip to content

Commit

Permalink
go test 指定的用例
Browse files Browse the repository at this point in the history
  • Loading branch information
william committed Mar 11, 2022
1 parent 4b7cdd9 commit f6cdf10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wheel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func TestTicker(t *testing.T) {
println(after.Sub(before).String())
}

//go test *.go -test.run TestStopTimer
func TestStopTimer(t *testing.T) {
var testWheel = NewWheel(1 * time.Millisecond)
//n := 3000
Expand Down

0 comments on commit f6cdf10

Please sign in to comment.