-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load tests #854
base: master
Are you sure you want to change the base?
Load tests #854
Conversation
.pyc files should not be included. |
It seems like we should not capture the reset time in the timing for each script. |
External timing on the scripts presumes an empty DB. I have been using some shell scripting to narrow log messages to get the precise timings you have seen in the load testing spreadsheet. I will add a |
@@ -0,0 +1,8 @@ | |||
#!/bin/sh | |||
./main.py -u http://192.168.24.43/api/ reset dos_init > 0.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to replace these scripts with scripts that take a command line parameter for the hostname?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A parameter would be better. Or my approach in autotest2.sh is to pass an environment variable, $URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR provides a variety of scripts and data files for testing performance of the full system. Future enhancements should focus on parallel entry of ACVRs from multiple counties at once.
Obsoletes 2.sh ... 64.sh, 2-64.sh
Closes #350 , #351.