Crates.io | turmoil |
lib.rs | turmoil |
version | 0.6.2 |
source | src |
created_at | 2022-08-03 23:14:22.054385 |
updated_at | 2024-07-15 16:54:39.741685 |
description | Simulation testing framework for distributed systems |
homepage | https://github.com/tokio-rs/turmoil |
repository | https://github.com/tokio-rs/turmoil |
max_upload_size | |
id | 638392 |
size | 199,760 |
This is very experimental
Add hardship to your tests.
Turmoil is a framework for testing distributed systems. It provides deterministic execution by running multiple concurrent hosts within a single thread. It introduces "hardship" into the system via changes in the simulated network. The network can be controlled manually or with a seeded rng.
Add this to your Cargo.toml
.
[dev-dependencies]
turmoil = "0.6"
See crate documentation for simulation setup instructions.
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in turmoil
by you, shall be licensed as MIT,
without any additional terms or conditions.