diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-10-21 20:53:30 +0300 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-10-21 20:53:30 +0300 |
| commit | 3f5672291c14da1dd3d5699867a286e2d53d26b9 (patch) | |
| tree | a3c0d61dada16f02dbb17eeee53e4b8fde7410a1 /integrationtests/dmap_test.go | |
| parent | b679462fa687b375ccefd3c11fec3fd96b9b4d60 (diff) | |
add inventory
Diffstat (limited to 'integrationtests/dmap_test.go')
| -rw-r--r-- | integrationtests/dmap_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrationtests/dmap_test.go b/integrationtests/dmap_test.go index 350ac6a..7d8b8b5 100644 --- a/integrationtests/dmap_test.go +++ b/integrationtests/dmap_test.go @@ -101,7 +101,7 @@ func TestDMap3(t *testing.T) { "outfile %s", csvFile) // Read many input files at once. - args := []string{"--logLevel", "trace", "--query", query} + args := []string{"--logLevel", "trace", "--pprof", "localhost:8080", "--query", query} for i := 0; i < 100; i++ { args = append(args, inFile) } |
