-
Notifications
You must be signed in to change notification settings - Fork 476
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
The success and failure times of performance test results are inaccurate #840
Comments
I think it's not the bug but your script problem. |
import static net.grinder.script.Grinder.grinder import java.util.Date import net.grinder.plugin.http.HTTPRequest import HTTPClient.Cookie // Uncomment this to use new experimental HTTP client. /**
|
1. Describe the bug 🐞
The success and failure times of each performance test result are inaccurate. For example, my pressure test interface inserts data. After 5 minutes of performance test, the performance test result succeeds 30000 times, and 30000 pieces of data are not inserted into the actual database. The same problem applies to the number of failures.
A clear and concise description of what the bug is.
2. Reproduction steps
Create performance test plan
Perform a 5-minute test
Check the performance test results to verify whether the success and failure times are accurate'
3. Environment
4. Screenshots
If necessary, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: