mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Update call in Node benchmark.
PiperOrigin-RevId: 324028183
This commit is contained in:
committed by
gVisor bot
parent
6a59e765c3
commit
2775ecd931
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user