reorg imports

This commit is contained in:
kevin
2020-08-09 14:03:37 +08:00
parent 18a80efd70
commit 8094ebd876
21 changed files with 2 additions and 535 deletions

View File

@@ -15,7 +15,6 @@ import (
"github.com/tal-tech/go-zero/core/executors"
"github.com/tal-tech/go-zero/core/lang"
"github.com/tal-tech/go-zero/core/syncx"
"gopkg.in/cheggaaa/pb.v1"
)

View File

@@ -1,13 +0,0 @@
second,maxFlight,flying,agressiveAvgFlying,lazyAvgFlying,bothAvgFlying
1,1,1,0.10,0.00,0.09
55,1,1,1.00,0.00,0.47
189,1,1,1.00,0.00,0.47
403,1,1,1.00,0.00,0.47
697,1,1,1.00,0.00,0.47
1072,1,1,1.17,0.15,0.62
1527,1,1,1.20,0.18,0.61
2063,1,1,1.43,0.49,1.02
2678,1,1,1.37,0.34,0.73
3373,1,2,1.51,0.56,1.14
4148,1,2,1.61,0.64,1.13
5002,1,2,1.86,0.87,1.39
1 second maxFlight flying agressiveAvgFlying lazyAvgFlying bothAvgFlying
2 1 1 1 0.10 0.00 0.09
3 55 1 1 1.00 0.00 0.47
4 189 1 1 1.00 0.00 0.47
5 403 1 1 1.00 0.00 0.47
6 697 1 1 1.00 0.00 0.47
7 1072 1 1 1.17 0.15 0.62
8 1527 1 1 1.20 0.18 0.61
9 2063 1 1 1.43 0.49 1.02
10 2678 1 1 1.37 0.34 0.73
11 3373 1 2 1.51 0.56 1.14
12 4148 1 2 1.61 0.64 1.13
13 5002 1 2 1.86 0.87 1.39