ProductiveRage.SqlProxyAndReplay.Service
1.3.5
dotnet add package ProductiveRage.SqlProxyAndReplay.Service --version 1.3.5
NuGet\Install-Package ProductiveRage.SqlProxyAndReplay.Service -Version 1.3.5
<PackageReference Include="ProductiveRage.SqlProxyAndReplay.Service" Version="1.3.5" />
paket add ProductiveRage.SqlProxyAndReplay.Service --version 1.3.5
#r "nuget: ProductiveRage.SqlProxyAndReplay.Service, 1.3.5"
// Install ProductiveRage.SqlProxyAndReplay.Service as a Cake Addin #addin nuget:?package=ProductiveRage.SqlProxyAndReplay.Service&version=1.3.5 // Install ProductiveRage.SqlProxyAndReplay.Service as a Cake Tool #tool nuget:?package=ProductiveRage.SqlProxyAndReplay.Service&version=1.3.5
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.
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. |
-
- ProductiveRage.SqlProxyAndReplay.Interface (>= 1.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ProductiveRage.SqlProxyAndReplay.Service:
Package | Downloads |
---|---|
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.