Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:24
erlang
4144-Tweak-load-parameter.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 4144-Tweak-load-parameter.patch of Package erlang
From dad51936539a2d2447ba297d1157828e273b0952 Mon Sep 17 00:00:00 2001 From: Raimo Niskanen <raimo@erlang.org> Date: Thu, 20 Oct 2022 16:30:55 +0200 Subject: [PATCH 24/27] Tweak load parameter --- lib/ssl/test/ssl_dist_bench_SUITE.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ssl/test/ssl_dist_bench_SUITE.erl b/lib/ssl/test/ssl_dist_bench_SUITE.erl index d73b5bc3dd..b556701869 100644 --- a/lib/ssl/test/ssl_dist_bench_SUITE.erl +++ b/lib/ssl/test/ssl_dist_bench_SUITE.erl @@ -515,7 +515,7 @@ sched_util_runner(A, B, Effort, Senders, Config) -> end), erlang:system_monitor(self(),[busy_dist_port]), %% We spawn 250 senders which should mean that we - %% have a load of 250 msgs/msec + %% have a load of 25 msgs/msec _Clients = [spawn_link( fun() -> @@ -591,7 +591,7 @@ throughput_server() -> throughput_client(Pid, Payload) -> Pid ! Payload, - receive after 1 -> throughput_client(Pid, Payload) end. + receive after 10 -> throughput_client(Pid, Payload) end. %%----------------- %% Throughput speed -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor