mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
fix: profiling tests
This commit is contained in:
parent
2738b49c1a
commit
21b820a5ef
@ -50,6 +50,7 @@ func TestProfiler(t *testing.T) {
|
||||
"cpu.pprof",
|
||||
"mutex.pprof",
|
||||
"block.pprof",
|
||||
"trace",
|
||||
},
|
||||
},
|
||||
{
|
||||
@ -71,6 +72,7 @@ func TestProfiler(t *testing.T) {
|
||||
"cpu.pprof",
|
||||
"mutex.pprof",
|
||||
"block.pprof",
|
||||
"trace",
|
||||
},
|
||||
},
|
||||
{
|
||||
@ -105,6 +107,7 @@ func TestProfiler(t *testing.T) {
|
||||
"ipfs",
|
||||
"cpu.pprof",
|
||||
"block.pprof",
|
||||
"trace",
|
||||
},
|
||||
},
|
||||
{
|
||||
@ -124,6 +127,7 @@ func TestProfiler(t *testing.T) {
|
||||
"ipfs",
|
||||
"cpu.pprof",
|
||||
"mutex.pprof",
|
||||
"trace",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user