mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
ws load test: use log crate instead of eprintln
This commit is contained in:
parent
b122492713
commit
38a4856242
2 changed files with 6 additions and 6 deletions
|
|
@ -29,7 +29,7 @@ impl Default for Config {
|
|||
fn default() -> Self {
|
||||
Self {
|
||||
server_address: "127.0.0.1:3000".parse().unwrap(),
|
||||
log_level: LogLevel::Error,
|
||||
log_level: LogLevel::Warn,
|
||||
num_workers: 1,
|
||||
num_connections_per_worker: 16,
|
||||
connection_creation_interval_ms: 10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue