Skip to content

Commit

Permalink
testing adhoc #882
Browse files Browse the repository at this point in the history
  • Loading branch information
SQLDBAWithABeard committed Apr 26, 2022
1 parent 9439d12 commit 11c1096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Perf Testing pesterv5.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ipmo ./dbachecks.psd1

#

$Checks = 'DefaultTrace', 'OleAutomationProceduresDisabled', 'CrossDBOwnershipChaining', 'ScanForStartupProceduresDisabled', 'RemoteAccessDisabled', 'SQLMailXPsDisabled', 'DAC', 'OLEAutomation'
$Checks = 'AdHocWorkload','DefaultTrace', 'OleAutomationProceduresDisabled', 'CrossDBOwnershipChaining', 'ScanForStartupProceduresDisabled', 'RemoteAccessDisabled', 'SQLMailXPsDisabled', 'DAC', 'OLEAutomation'
Compare-CheckRuns -Checks $checks

# Load the function below and then you can keep running the checks defined above in v4 and v5 and compare the performance
Expand Down
2 changes: 1 addition & 1 deletion Validate v4 adn v5.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ipmo ./dbachecks.psd1

#

$Checks = 'AdHocWorkload', 'DefaultTrace', 'OleAutomationProceduresDisabled', 'CrossDBOwnershipChaining', 'ScanForStartupProceduresDisabled', 'RemoteAccessDisabled', 'SQLMailXPsDisabled', 'DAC', 'OLEAutomation'
$Checks = 'AdHocWorkload', 'DefaultTrace', 'OleAutomationProceduresDisabled', 'CrossDBOwnershipChaining', 'ScanForStartupProceduresDisabled', 'RemoteAccessDisabled', 'SQLMailXPsDisabled', 'DAC', 'OLEAutomation'

Compare-v4andv5Results -Checks $Checks

Expand Down

0 comments on commit 11c1096

Please sign in to comment.