fix: profiling tests
Henrique Dias committed
Jan 12, 2024 at 14:46 UTC
21b820a5ef8ad5ef7093a58a6443a3bf6800b545
1 file changed
+4
profile/profile_test.go
+4
@@ -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) {
72
"cpu.pprof",
73
"mutex.pprof",
74
"block.pprof",
75
+ "trace",
76
},
77
},
78
{
@@ -105,6 +107,7 @@ func TestProfiler(t *testing.T) {
107
"ipfs",
108
"cpu.pprof",
109
"block.pprof",
110
+ "trace",
111
},
112
},
113
{
@@ -124,6 +127,7 @@ func TestProfiler(t *testing.T) {
127
"ipfs",
128
"cpu.pprof",
129
"mutex.pprof",
130
+ "trace",
131
},
132
},
133
{