mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Typo fixes.
PiperOrigin-RevId: 486017439
This commit is contained in:
committed by
gVisor bot
parent
22a0b4acb2
commit
5a5a627a3c
@@ -82,7 +82,7 @@ func RedisInstance(ctx context.Context, b *testing.B, machine harness.Machine) (
|
||||
Image: "benchmarks/redis",
|
||||
}); err != nil {
|
||||
redis.CleanUp(ctx)
|
||||
b.Fatalf("failed to spwan redis instance: %v", err)
|
||||
b.Fatalf("failed to spawn redis instance: %v", err)
|
||||
}
|
||||
|
||||
if out, err := redis.WaitForOutput(ctx, "Ready to accept connections", 3*time.Second); err != nil {
|
||||
|
||||
@@ -75,7 +75,7 @@ func runNode(b *testing.B, hey *tools.Hey) {
|
||||
if err := redis.Spawn(ctx, dockerutil.RunOpts{
|
||||
Image: "benchmarks/redis",
|
||||
}); err != nil {
|
||||
b.Fatalf("failed to spwan redis instance: %v", err)
|
||||
b.Fatalf("failed to spawn redis instance: %v", err)
|
||||
}
|
||||
defer redis.CleanUp(ctx)
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@ func runRuby(b *testing.B, hey *tools.Hey) {
|
||||
if err := redis.Spawn(ctx, dockerutil.RunOpts{
|
||||
Image: "benchmarks/redis",
|
||||
}); err != nil {
|
||||
b.Fatalf("failed to spwan redis instance: %v", err)
|
||||
b.Fatalf("failed to spawn redis instance: %v", err)
|
||||
}
|
||||
defer redis.CleanUp(ctx)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user