diff options
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) } |
