Skip to content

Commit

Permalink
fix: profiling tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jan 12, 2024
1 parent 2738b49 commit 21b820a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions profile/profile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func TestProfiler(t *testing.T) {
"cpu.pprof",
"mutex.pprof",
"block.pprof",
"trace",
},
},
{
Expand All @@ -71,6 +72,7 @@ func TestProfiler(t *testing.T) {
"cpu.pprof",
"mutex.pprof",
"block.pprof",
"trace",
},
},
{
Expand Down Expand Up @@ -105,6 +107,7 @@ func TestProfiler(t *testing.T) {
"ipfs",
"cpu.pprof",
"block.pprof",
"trace",
},
},
{
Expand All @@ -124,6 +127,7 @@ func TestProfiler(t *testing.T) {
"ipfs",
"cpu.pprof",
"mutex.pprof",
"trace",
},
},
{
Expand Down

0 comments on commit 21b820a

Please sign in to comment.