limbo/simulator/runner
2025-10-07 11:38:47 -03:00
..
memory Replaced manual validation in SimulatorCLI::validate with Clap features: 2025-10-02 19:18:38 +05:30
bugbase.rs read Profile file from path or use predefined profiles 2025-08-30 11:31:52 -03:00
cli.rs clippy'ed 2025-10-02 19:30:57 +05:30
clock.rs make simulator use sql_generation crate as dependency 2025-08-25 22:59:31 -03:00
differential.rs modify code to use runtime generation 2025-09-23 21:57:06 -03:00
doublecheck.rs modify code to use runtime generation 2025-09-23 21:57:06 -03:00
env.rs as we have DROP table now, if we want to generate extensional queries eagerly, without affecting how we document interactions with MVCC, we need to travel forward in time and shadow queries eagerly so we can generate queries correctly. This involves cloning the tables unfortunately which is inneficient but correct 2025-10-07 11:38:47 -03:00
execution.rs simplify rusqlite execution 2025-09-27 23:52:57 -03:00
file.rs Replaced manual validation in SimulatorCLI::validate with Clap features: 2025-10-02 19:18:38 +05:30
io.rs Replaced manual validation in SimulatorCLI::validate with Clap features: 2025-10-02 19:18:38 +05:30
mod.rs simplify run_simualtion signature + remove watch mode file as it shares logic with default run simulation logic 2025-09-17 10:49:24 -03:00