limbo/simulator/runner
Pekka Enberg 14ec057a34 simulator: Make stats printout prettier
```
op           calls   faults
--------- -------- --------
pread            3        0
pwrite           1        0
sync             0        0
--------- -------- --------
total            4        0
```
2025-01-14 17:32:31 +02:00
..
cli.rs minor changes, add maximum time bound to the simulator, fix bug in the table create shadowing 2024-12-30 00:36:43 -05:00
env.rs minor changes, add maximum time bound to the simulator, fix bug in the table create shadowing 2024-12-30 00:36:43 -05:00
file.rs simulator: Make stats printout prettier 2025-01-14 17:32:31 +02:00
io.rs simulator: Make stats printout prettier 2025-01-14 17:32:31 +02:00
mod.rs Add clippy CI, fix or ignore warnings where appropriate 2024-12-29 10:25:41 -05:00