#15: Add 4000 user stress test and update deps #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "(deleted):main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #15
Add 4000 user stress test and update depsto #15: Add 4000 user stress test and update deps@ -0,0 +1,541 @@use crate::proto::{self, StreamInit, encode_proto};The load tests should not be execute while CI run.
Running on the same server where the tests are running is not measuring real load. The tester uses the same resources the relay can't use.
Please make changes for this to run as a separate, manual test script.
Addresed in !24 (commit
831db95408)@ -45,2 +45,3 @@let fanout = tokio::spawn(async move {loop {if let Ok(pkt) = rx.recv().await {This appears to be introducing optimizations, but is not documented.
Its referenced in this commit !24 (commit
be1749a8e2)The pull request currently has conflicting changes, please resolve them.
Pull request closed