Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 257 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 257 Bytes

log4rs - asynchronous log files rotation benchmark

cargo run --release -- [count_of_threads]

To rotate log files in a separate thread enable feature async_rotation:

cargo run --release --features=async_rotation -- [count_of_threads]