ProductiveRage.SqlProxyAndReplay.Interface
1.1.0
See the version list below for details.
dotnet add package ProductiveRage.SqlProxyAndReplay.Interface --version 1.1.0
NuGet\Install-Package ProductiveRage.SqlProxyAndReplay.Interface -Version 1.1.0
<PackageReference Include="ProductiveRage.SqlProxyAndReplay.Interface" Version="1.1.0" />
paket add ProductiveRage.SqlProxyAndReplay.Interface --version 1.1.0
#r "nuget: ProductiveRage.SqlProxyAndReplay.Interface, 1.1.0"
// Install ProductiveRage.SqlProxyAndReplay.Interface as a Cake Addin #addin nuget:?package=ProductiveRage.SqlProxyAndReplay.Interface&version=1.1.0 // Install ProductiveRage.SqlProxyAndReplay.Interface as a Cake Tool #tool nuget:?package=ProductiveRage.SqlProxyAndReplay.Interface&version=1.1.0
Service to performance test code by removing the database dependency, in order to always return consistent data for known queries - this is the shared interface between Client and Service
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ProductiveRage.SqlProxyAndReplay.Interface:
Package | Downloads |
---|---|
ProductiveRage.SqlProxyAndReplay.Client
Service to performance test code by removing the database dependency, in order to always return consistent data for known queries - this is the Client package |
|
ProductiveRage.SqlProxyAndReplay.Service
For performance testing services that depend upon a SQL database, the service may be tested with known inputs and the SQL queries that are executed will be captured (along with their results). Then the service may be re-tested but the SQL proxy layer will return known results to the same SQL queries. So long as all of the same queries are repeated when the same inputs are passed to the service, the database will be removed from the test. This could be used to measure data access code performance but it is initially intended more to allow a service to run for a long time reliably (independent of any external database) in order enable investigations into hot paths and ways to reduce garbage collection load. |
|
ProductiveRage.SqlProxyAndReplay.Service.Example
Service to performance test code by removing the database dependency, in order to always return consistent data for known queries - this package is used in an example implementation of the service |
GitHub repositories
This package is not used by any popular GitHub repositories.
Pass exceptions from the service to the client but don't allow the service to enter a faulted state