We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2738b49 commit 21b820aCopy full SHA for 21b820a
profile/profile_test.go
@@ -50,6 +50,7 @@ func TestProfiler(t *testing.T) {
50
"cpu.pprof",
51
"mutex.pprof",
52
"block.pprof",
53
+ "trace",
54
},
55
56
{
@@ -71,6 +72,7 @@ func TestProfiler(t *testing.T) {
71
72
73
74
75
76
77
78
@@ -105,6 +107,7 @@ func TestProfiler(t *testing.T) {
105
107
"ipfs",
106
108
109
110
111
112
113
@@ -124,6 +127,7 @@ func TestProfiler(t *testing.T) {
124
127
125
128
126
129
130
131
132
133
0 commit comments