Skip to content
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

perf: improve wait for results performances by reducing the size of the request and making multiple at the same time #537

Merged
merged 1 commit into from
Aug 20, 2024

perf: improve wait for results performances by reducing the size of t…

db2a4c4
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

perf: improve wait for results performances by reducing the size of the request and making multiple at the same time #537

perf: improve wait for results performances by reducing the size of t…
db2a4c4
Select commit
Loading
Failed to load commit list.
GitHub Actions / ConnectivityTests windows-2022 net8.0 succeeded Aug 20, 2024 in 1s

40 passed, 0 failed and 0 skipped

Tests passed successfully

✅ ./packages/csharp/ArmoniK.Api.Client.Test/TestResults/test-results.trx

40 tests were completed in 13s with 40 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ArmoniK.Api.Client.Tests.CertificateTests 5✅ 284ms
ArmoniK.Api.Client.Tests.ConnectivityTests 35✅ 12s

✅ ArmoniK.Api.Client.Tests.CertificateTests

✅ TestECDSACertificate("certificate-ec.p12","","")
✅ TestECDSACertificate(null,"certificate-ec.pem","privateec.pem")
✅ TestRSACertificate("certificate-rsa.p12","","")
✅ TestRSACertificate(null,"certificate-rsa.pem","privatersa.p8")
✅ TestRSACertificate(null,"certificate-rsa.pem","privatersa.pem")

✅ ArmoniK.Api.Client.Tests.ConnectivityTests

✅ MultipleChannels(MTlsCert,1)
✅ MultipleChannels(MTlsCert,10)
✅ MultipleChannels(MTlsCert,100)
✅ MultipleChannels(MTlsCert,2)
✅ MultipleChannels(MTlsInsecure,1)
✅ MultipleChannels(MTlsInsecure,10)
✅ MultipleChannels(MTlsInsecure,100)
✅ MultipleChannels(MTlsInsecure,2)
✅ MultipleChannels(MTlsStore,1)
✅ MultipleChannels(MTlsStore,10)
✅ MultipleChannels(MTlsStore,100)
✅ MultipleChannels(MTlsStore,2)
✅ MultipleChannels(TlsCert,1)
✅ MultipleChannels(TlsCert,10)
✅ MultipleChannels(TlsCert,100)
✅ MultipleChannels(TlsCert,2)
✅ MultipleChannels(TlsInsecure,1)
✅ MultipleChannels(TlsInsecure,10)
✅ MultipleChannels(TlsInsecure,100)
✅ MultipleChannels(TlsInsecure,2)
✅ MultipleChannels(TlsStore,1)
✅ MultipleChannels(TlsStore,10)
✅ MultipleChannels(TlsStore,100)
✅ MultipleChannels(TlsStore,2)
✅ MultipleChannels(Unencrypted,1)
✅ MultipleChannels(Unencrypted,10)
✅ MultipleChannels(Unencrypted,100)
✅ MultipleChannels(Unencrypted,2)
✅ ResultsGetServiceConfiguration(MTlsCert)
✅ ResultsGetServiceConfiguration(MTlsInsecure)
✅ ResultsGetServiceConfiguration(MTlsStore)
✅ ResultsGetServiceConfiguration(TlsCert)
✅ ResultsGetServiceConfiguration(TlsInsecure)
✅ ResultsGetServiceConfiguration(TlsStore)
✅ ResultsGetServiceConfiguration(Unencrypted)