From 21b820a5ef8ad5ef7093a58a6443a3bf6800b545 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 12 Jan 2024 14:46:49 +0100 Subject: [PATCH] fix: profiling tests --- profile/profile_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profile/profile_test.go b/profile/profile_test.go index 0c06b00de4b..6c2f5784e10 100644 --- a/profile/profile_test.go +++ b/profile/profile_test.go @@ -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", }, }, {