spaghettidba / WorkloadTools

A collection of tools to collect, analyze and replay SQL Server workloads, on premises and in the cloud
MIT License
230 stars 51 forks source link

Can WorkloadTools be used to stress test with a higher load than the recorded one? #150

Closed IntactDeveloper closed 3 months ago

IntactDeveloper commented 3 months ago

Hi,

can I use the tool to replay recorded queries faster than real time? In theory, executing it in half the time can be an indicator that my environment could handle more load (eg. double the number of concurrent users).

Best, Lisa

IntactDeveloper commented 3 months ago

SynchronizationMode = false helps a lot ;)