-
Notifications
You must be signed in to change notification settings - Fork 65
apollo_network: broadcast network stress test draft #8303
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
base: 12-09-apollo_network_benchmark_added_message_broadcasting_task
Are you sure you want to change the base?
Conversation
| try: | ||
| result = subprocess.run( | ||
| cmd, | ||
| shell=True, |
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.
Found 'subprocess' function 'run' with 'shell=True'. This is dangerous because this call will spawn the command using a shell process. Doing so propagates current shell settings and variables, which makes it much easier for a malicious actor to execute commands. Use 'shell=False' instead.
🍰 Removed in commit d7d84ce 🍰
|
Benchmark movements: full_committer_flow performance regressed! full_committer_flow time: [16.824 ms 17.056 ms 17.298 ms] change: [+3.6401% +5.5651% +7.4524%] (p = 0.00 < 0.05) Performance has regressed. Found 3 outliers among 100 measurements (3.00%) 3 (3.00%) high mild |
d04380c to
61e6485
Compare
b24e12f to
30f4a37
Compare
30f4a37 to
a604cea
Compare
61e6485 to
a52944b
Compare
a604cea to
f9b196a
Compare
a52944b to
8f65443
Compare

No description provided.