mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-02 09:35:38 -05:00
fixed couple of issues in the perf tests (#693)
This commit is contained in:
@@ -136,7 +136,7 @@ namespace Microsoft.SqlTools.ServiceLayer.PerfTests
|
||||
await testService.RunQueryAndWaitToStart(queryTempFile.FilePath, 50000);
|
||||
await testService.ExecuteWithTimeout(timer, 500000, async () =>
|
||||
{
|
||||
var queryResult = await testService.ExecuteSubset(queryTempFile.FilePath, 0, 0, 0, 100);
|
||||
var queryResult = await testService.ExecuteSubset(queryTempFile.FilePath, 0, 0, 0, 50);
|
||||
if (queryResult != null)
|
||||
{
|
||||
Assert.NotNull(queryResult);
|
||||
|
||||
Reference in New Issue
Block a user