Skip to content

Commit e4e585e

Browse files
committed
build
1 parent 8dc3690 commit e4e585e

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Specify version format
2-
version: "1.2.0.{build}"
2+
version: "1.3.0.{build}"
33

44
# Image to use
55
image: Visual Studio 2017

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,12 +1070,12 @@ Message size: 32
10701070
10711071
Errors: 0
10721072
1073-
Round-trip time: 18.619 s
1073+
Round-trip time: 6.530 s
10741074
Total data: 30.530 MiB
10751075
Total messages: 1000000
1076-
Data throughput: 1.654 MiB/s
1077-
Message latency: 18.619 mcs
1078-
Message throughput: 53707 msg/s
1076+
Data throughput: 4.689 MiB/s
1077+
Message latency: 6.530 mcs
1078+
Message throughput: 153123 msg/s
10791079
```
10801080

10811081
* [SslEchoServer](https://github.com/chronoxor/NetCoreServer/blob/master/performance/SslEchoServer/Program.cs)
@@ -1090,12 +1090,12 @@ Message size: 32
10901090
10911091
Errors: 0
10921092
1093-
Round-trip time: 3.560 s
1094-
Total data: 30.218 MiB
1095-
Total messages: 990027
1096-
Data throughput: 8.498 MiB/s
1097-
Message latency: 3.596 mcs
1098-
Message throughput: 278084 msg/s
1093+
Round-trip time: 2.918 s
1094+
Total data: 29.989 MiB
1095+
Total messages: 981942
1096+
Data throughput: 10.274 MiB/s
1097+
Message latency: 2.972 mcs
1098+
Message throughput: 336464 msg/s
10991099
```
11001100

11011101
### UDP echo server
@@ -1202,12 +1202,12 @@ Message size: 32
12021202
12031203
Errors: 0
12041204
1205-
Multicast time: 10.072 s
1206-
Total data: 19.930 MiB
1207-
Total messages: 652373
1208-
Data throughput: 1.1000 MiB/s
1209-
Message latency: 15.439 mcs
1210-
Message throughput: 64769 msg/s
1205+
Multicast time: 10.076 s
1206+
Total data: 27.296 MiB
1207+
Total messages: 894218
1208+
Data throughput: 2.725 MiB/s
1209+
Message latency: 11.268 mcs
1210+
Message throughput: 88745 msg/s
12111211
```
12121212

12131213
* [SslMulticastServer](https://github.com/chronoxor/NetCoreServer/blob/master/performance/SslMulticastServer/Program.cs)
@@ -1221,12 +1221,12 @@ Message size: 32
12211221
12221222
Errors: 0
12231223
1224-
Multicast time: 10.325 s
1225-
Total data: 59.125 MiB
1226-
Total messages: 1937334
1227-
Data throughput: 5.743 MiB/s
1228-
Message latency: 5.329 mcs
1229-
Message throughput: 187632 msg/s
1224+
Multicast time: 10.261 s
1225+
Total data: 92.851 MiB
1226+
Total messages: 3041891
1227+
Data throughput: 9.047 MiB/s
1228+
Message latency: 3.373 mcs
1229+
Message throughput: 296430 msg/s
12301230
```
12311231

12321232
### UDP multicast server

source/NetCoreServer/NetCoreServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>1.2.0</Version>
5+
<Version>1.3.0</Version>
66
<Authors>Ivan Shynkarenka</Authors>
77
<Copyright>Copyright (c) 2019 Ivan Shynkarenka</Copyright>
88
<RepositoryUrl>https://github.com/chronoxor/NetCoreServer</RepositoryUrl>

0 commit comments

Comments
 (0)