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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ProductiveRage.SqlProxyAndReplay.Service" Version="1.3.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ProductiveRage.SqlProxyAndReplay.Service --version 1.3.5
#r "nuget: ProductiveRage.SqlProxyAndReplay.Service, 1.3.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.3.5 1,344 7/2/2016
1.1.0 1,457 6/5/2016
1.0.0 1,478 5/25/2016