-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add benchmarks #2
Comments
First benchmarks results, way worse than I expected. Clinet-server roundtrip, initialized, NK. BenchmarkDotNet=v0.11.1, OS=Windows 10.0.17134.285 (1803/April2018Update/Redstone4)
Intel Core i5-8300H CPU 2.30GHz (Coffee Lake), 1 CPU, 8 logical and 4 physical cores
Frequency=2249999 Hz, Resolution=444.4446 ns, Timer=TSC
.NET Core SDK=2.1.402
[Host] : .NET Core 2.0.9 (CoreCLR 4.6.26614.01, CoreFX 4.6.26614.01), 64bit RyuJIT
DefaultJob : .NET Core 2.0.9 (CoreCLR 4.6.26614.01, CoreFX 4.6.26614.01), 64bit RyuJIT
|
Optimization will be done after #5 will be fixed (when new api will come out). |
After some optimization. BenchmarkDotNet=v0.11.1, OS=Windows 10.0.17134.285 (1803/April2018Update/Redstone4)
Intel Core i5-8300H CPU 2.30GHz (Coffee Lake), 1 CPU, 8 logical and 4 physical cores
Frequency=2249999 Hz, Resolution=444.4446 ns, Timer=TSC
.NET Core SDK=2.1.402
[Host] : .NET Core 2.0.9 (CoreCLR 4.6.26614.01, CoreFX 4.6.26614.01), 64bit RyuJIT
DefaultJob : .NET Core 2.0.9 (CoreCLR 4.6.26614.01, CoreFX 4.6.26614.01), 64bit RyuJIT
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add benchmark using BenchmarkDotNet, compare with go implementation and ssl stream( c#).
The text was updated successfully, but these errors were encountered: