Skip to content

Commit 3a0540f

Browse files
committed
update
1 parent 54592a4 commit 3a0540f

File tree

47 files changed

+41944
-47621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+41944
-47621
lines changed

.tasks/collect.rake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ task :collect do
3232
hostname = ENV.fetch('HOSTNAME')
3333
engine = ENV.fetch('ENGINE')
3434

35-
`wrk -H 'Connection: keep-alive' -d 5s -c 8 --timeout 8 -t #{threads} http://#{hostname}:3000`
36-
`wrk -H 'Connection: keep-alive' -d #{duration}s -c 256 --timeout 8 -t #{threads} http://#{hostname}:3000`
35+
`wrk -H 'Connection: close' -d 5s -c 8 --timeout 8 -t #{threads} http://#{hostname}:3000`
36+
`wrk -H 'Connection: close' -d #{duration}s -c 256 --timeout 8 -t #{threads} http://#{hostname}:3000`
3737

3838
db = PG.connect(database)
3939

@@ -65,7 +65,7 @@ task :collect do
6565
concurrency_level_id = res.first['id']
6666

6767
command = format(
68-
"wrk -H 'Connection: keep-alive' --connections %<concurrency>s --threads %<threads>s --duration %<duration>s --timeout 1 --script %<pipeline>s http://%<hostname>s:3000#{uri}", concurrency:, threads:, duration:, pipeline: PIPELINE[method.to_sym], hostname:
68+
"wrk -H 'Connection: close' --connections %<concurrency>s --threads %<threads>s --duration %<duration>s --timeout 1 --script %<pipeline>s http://%<hostname>s:3000#{uri}", concurrency:, threads:, duration:, pipeline: PIPELINE[method.to_sym], hostname:
6969
)
7070

7171
Open3.popen3(command) do |_, stdout, stderr|

csharp/codebehind/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
framework:
22
website: elanat.net
3-
version: 3.9.2
3+
version: 4.0

csharp/codebehind/web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="CodeBehind" Version="4.0.0" />
10+
<PackageReference Include="CodeBehind" Version="4.0.*" />
1111
</ItemGroup>
1212

1313
</Project>

csharp/fastendpoints/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
framework:
22
website: fast-endpoints.com
3-
version: 5.33.0
3+
version: 5.34

0 commit comments

Comments
 (0)