Skip to content

Commit 21b820a

Browse files
committed
fix: profiling tests
1 parent 2738b49 commit 21b820a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

profile/profile_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ func TestProfiler(t *testing.T) {
5050
"cpu.pprof",
5151
"mutex.pprof",
5252
"block.pprof",
53+
"trace",
5354
},
5455
},
5556
{
@@ -71,6 +72,7 @@ func TestProfiler(t *testing.T) {
7172
"cpu.pprof",
7273
"mutex.pprof",
7374
"block.pprof",
75+
"trace",
7476
},
7577
},
7678
{
@@ -105,6 +107,7 @@ func TestProfiler(t *testing.T) {
105107
"ipfs",
106108
"cpu.pprof",
107109
"block.pprof",
110+
"trace",
108111
},
109112
},
110113
{
@@ -124,6 +127,7 @@ func TestProfiler(t *testing.T) {
124127
"ipfs",
125128
"cpu.pprof",
126129
"mutex.pprof",
130+
"trace",
127131
},
128132
},
129133
{

0 commit comments

Comments
 (0)