Skip to content

Commit

Permalink
less load
Browse files Browse the repository at this point in the history
  • Loading branch information
ademar committed Sep 12, 2024
1 parent 0a0ce61 commit 345e016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Pong/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 345e016

Please sign in to comment.