Skip to content

Commit 69b170a

Browse files
committed
"With all 4 locations, --yaml wins" --defer-module-loads
MSP-11671 Add --defer-module-loads to msfconsole run to reduce average (n=10) running time from 51.78 seconds to 40.38 seconds (-22.02% change). This is a -71.55% change since 4eb9a75. Raw data: https://docs.google.com/spreadsheets/d/1vCRi_38Go3Wfq670eDCXMTSSXL1blSbk6NQsgpOqfYw/edit?usp=sharing.
1 parent 0e1e512 commit 69b170a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/msfconsole/database_yml.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Feature: `msfconsole` `database.yml`
4848
database: project_metasploit_framework_test
4949
username: project_metasploit_framework_test
5050
"""
51-
When I run `msfconsole --environment test --execute-command exit --yaml command_line.yml`
51+
When I run `msfconsole --defer-module-loads --environment test --execute-command exit --yaml command_line.yml`
5252
Then the output should contain "command_line_metasploit_framework_test"
5353

5454
Scenario: Without --yaml, MSF_DATABASE_CONFIG wins

0 commit comments

Comments
 (0)