From 345e0169f62dedc0dadc82a87cda5fdec5f8ae76 Mon Sep 17 00:00:00 2001 From: Ademar Gonzalez Date: Thu, 12 Sep 2024 10:55:06 -0400 Subject: [PATCH] less load --- examples/Pong/Program.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Pong/Program.fs b/examples/Pong/Program.fs index fbf69347..fdff50b9 100644 --- a/examples/Pong/Program.fs +++ b/examples/Pong/Program.fs @@ -44,7 +44,7 @@ let main argv = listening |> Async.RunSynchronously |> printfn "start stats: %A" // launch httperf - let output = execute "httperf" (sprintf "--hog --server=localhost --port=%d --uri=/ --rate=100 --num-conns=1000 --num-calls=1000 --burst-length=20" port) + let output = execute "httperf" (sprintf "--hog --server=localhost --port=%d --uri=/ --rate=20 --num-conns=100 --num-calls=1000 --burst-length=10" port) Console.WriteLine output