You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ Magical Deterministic Simulator for distributed systems.
11
11
MadSim is a Rust async runtime similar to tokio, but with a key feature called **deterministic simulation**.
12
12
13
13
The main idea is borrowed from [FoundationDB](https://www.youtube.com/watch?v=4fFDFbi3toc) and [sled simulation guide](https://sled.rs/simulation.html).
14
-
Your code should be able to deterministically executed on top of a simulator.
14
+
Your code should be able to deterministically execute on top of a simulator.
15
15
The simulator will amplify randomness, create chaos and inject failures into your system.
16
-
A lot of hidden bugs may be revealed, which you can then deterministically reproduce them until they are fixed.
16
+
A lot of hidden bugs may be revealed, which you can then deterministically reproduce until they are fixed.
17
17
If your system can survive such chaos, you will have more confidence in deploying your system in the real world.
18
18
19
19
However, implementing deterministic simulation is difficult.
0 commit comments