Update call in Node benchmark.

PiperOrigin-RevId: 324028183
This commit is contained in:
Zach Koopmans 2020-07-30 10:16:06 -07:00 committed by gVisor bot
parent 6a59e765c3
commit 2775ecd931
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func runNode(b *testing.B, requests, concurrency int) {
if out, err := redis.WaitForOutput(ctx, "Ready to accept connections", 3*time.Second); err != nil {
b.Fatalf("failed to start redis server: %v %s", err, out)
}
redisIP, err := redis.FindIP(ctx)
redisIP, err := redis.FindIP(ctx, false)
if err != nil {
b.Fatalf("failed to get IP from redis instance: %v", err)
}