mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 20:45:01 +00:00
Add scripts/run-sim helper
...to run the simulator in a loop with different seeds.
This commit is contained in:
parent
9c9a6e5821
commit
1df1f7afc5
1 changed files with 7 additions and 0 deletions
7
scripts/run-sim
Executable file
7
scripts/run-sim
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
while true; do
|
||||
cargo run -p limbo_sim
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue